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 --- .../funding-basket.component.spec.ts | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 ufund-ui/src/app/components/funding-basket/funding-basket.component.spec.ts (limited to 'ufund-ui/src/app/components/funding-basket') diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.spec.ts b/ufund-ui/src/app/components/funding-basket/funding-basket.component.spec.ts deleted file mode 100644 index 1cdd9d2..0000000 --- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { FundingBasketComponent } from './funding-basket.component'; - -describe('FundingBasketComponent', () => { - let component: FundingBasketComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [FundingBasketComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(FundingBasketComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); -- cgit v1.2.3