diff options
Diffstat (limited to 'ufund-ui/src/app/components/funding-basket')
-rw-r--r-- | ufund-ui/src/app/components/funding-basket/funding-basket.component.spec.ts | 23 |
1 files changed, 0 insertions, 23 deletions
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<FundingBasketComponent>; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [FundingBasketComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(FundingBasketComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); |