generated from nhcarrigan/template
feat: we have a functional prototype
This commit is contained in:
15
client/src/app/api.service.spec.ts
Normal file
15
client/src/app/api.service.spec.ts
Normal file
@ -0,0 +1,15 @@
|
||||
import { TestBed } from "@angular/core/testing";
|
||||
import { ApiService } from "./api.service";
|
||||
|
||||
describe("ApiService", () => {
|
||||
let service: ApiService;
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({});
|
||||
service = TestBed.inject(ApiService);
|
||||
});
|
||||
|
||||
it("should be created", () => {
|
||||
expect(service).toBeTruthy();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user