aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/barchart/barchart.component.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/app/barchart/barchart.component.spec.ts')
-rw-r--r--frontend/src/app/barchart/barchart.component.spec.ts25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/src/app/barchart/barchart.component.spec.ts b/frontend/src/app/barchart/barchart.component.spec.ts
deleted file mode 100644
index 8b346d1c..00000000
--- a/frontend/src/app/barchart/barchart.component.spec.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-import { ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { BarchartComponent } from './barchart.component';
-
-describe('BarchartComponent', () => {
- let component: BarchartComponent;
- let fixture: ComponentFixture<BarchartComponent>;
-
- beforeEach(async () => {
- await TestBed.configureTestingModule({
- declarations: [ BarchartComponent ]
- })
- .compileComponents();
- });
-
- beforeEach(() => {
- fixture = TestBed.createComponent(BarchartComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should create', () => {
- expect(component).toBeTruthy();
- });
-});