Vendor app Client: Maiora
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

13 righe
323 B

  1. import { TestBed } from '@angular/core/testing';
  2. import { ItemService } from './item.service';
  3. describe('ItemService', () => {
  4. beforeEach(() => TestBed.configureTestingModule({}));
  5. it('should be created', () => {
  6. const service: ItemService = TestBed.get(ItemService);
  7. expect(service).toBeTruthy();
  8. });
  9. });