diff options
author | Nevena Bojovic <nenabojov@gmail.com> | 2022-03-20 21:11:18 +0100 |
---|---|---|
committer | Nevena Bojovic <nenabojov@gmail.com> | 2022-03-20 21:11:18 +0100 |
commit | 34254357ea1a6c15b386162b63eb451e91895c9d (patch) | |
tree | 24ef2b6d529cf81d0be0e2efd56e9e4c474f4806 /frontend/src/app/charts/charts.component.spec.ts | |
parent | 1f4d193f475c627cd06989188ca98ba12da368a5 (diff) |
Doradjeni grafici.
Diffstat (limited to 'frontend/src/app/charts/charts.component.spec.ts')
-rw-r--r-- | frontend/src/app/charts/charts.component.spec.ts | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/src/app/charts/charts.component.spec.ts b/frontend/src/app/charts/charts.component.spec.ts deleted file mode 100644 index 6a4f0b75..00000000 --- a/frontend/src/app/charts/charts.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { ChartsComponent } from './charts.component'; - -describe('ChartsComponent', () => { - let component: ChartsComponent; - let fixture: ComponentFixture<ChartsComponent>; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [ ChartsComponent ] - }) - .compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(ChartsComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); |