diff options
Diffstat (limited to 'ufund-ui/src/app/components/need-list')
-rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.spec.ts | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.spec.ts b/ufund-ui/src/app/components/need-list/need-list.component.spec.ts deleted file mode 100644 index f9b7830..0000000 --- a/ufund-ui/src/app/components/need-list/need-list.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { NeedListComponent } from './need-list.component'; - -describe('NeedListComponent', () => { - let component: NeedListComponent; - let fixture: ComponentFixture<NeedListComponent>; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [NeedListComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(NeedListComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); |