UNPKG

angular-t9n

Version:

A translation tool for Angular i18n

17 lines (12 loc) 357 B
import { TestBed } from '@angular/core/testing'; import { ExportService } from './export.service'; describe('ExportService', () => { let service: ExportService; beforeEach(() => { TestBed.configureTestingModule({}); service = TestBed.inject(ExportService); }); it('should be created', () => { expect(service).toBeTruthy(); }); });