Vendor app Client: Maiora
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

item.service.spec.ts 323 B

123456789101112
  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. });