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