Initial commit for gisaf/fastapi
This commit is contained in:
commit
adce44722f
1361 changed files with 42521 additions and 0 deletions
16
src/app/_services/bootstrap.service.spec.ts
Normal file
16
src/app/_services/bootstrap.service.spec.ts
Normal file
|
@ -0,0 +1,16 @@
|
|||
/* tslint:disable:no-unused-variable */
|
||||
|
||||
import { TestBed, inject, waitForAsync } from '@angular/core/testing';
|
||||
import { BootstrapService } from './bootstrap.service';
|
||||
|
||||
describe('BootstrapService', () => {
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
providers: [BootstrapService]
|
||||
});
|
||||
});
|
||||
|
||||
it('should ...', inject([BootstrapService], (service: BootstrapService) => {
|
||||
expect(service).toBeTruthy();
|
||||
}));
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue