Angular Tour of Heroes: reprise du chapitre 4 (Services)
This commit is contained in:
12
angular-tour-of-heroes/src/app/message.service.spec.ts
Normal file
12
angular-tour-of-heroes/src/app/message.service.spec.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import { TestBed } from '@angular/core/testing';
|
||||
|
||||
import { MessageService } from './message.service';
|
||||
|
||||
describe('MessageService', () => {
|
||||
beforeEach(() => TestBed.configureTestingModule({}));
|
||||
|
||||
it('should be created', () => {
|
||||
const service: MessageService = TestBed.get(MessageService);
|
||||
expect(service).toBeTruthy();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user