From 897a4d53505d23c8b1f96c14b0a8984932fae699 Mon Sep 17 00:00:00 2001 From: sowgro Date: Wed, 26 Feb 2025 22:50:01 -0500 Subject: Clean up project and start implementation of user sign in system --- .../need-list/need-list.component.spec.ts | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 ufund-ui/src/app/components/need-list/need-list.component.spec.ts (limited to 'ufund-ui/src/app/components/need-list/need-list.component.spec.ts') 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; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [NeedListComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(NeedListComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); -- cgit v1.2.3