Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 228 Bytes

JestNotes.md

File metadata and controls

9 lines (9 loc) · 228 Bytes

inject service to test template:

  it('testing... , 
    inject([Service], (service) => {
  • No () => before the inject
  • Service should be exists in the Module The same as const service - TestBed.get(Service)