Vendor app Client: Maiora
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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