B
Size: a a a
B
B
L
L
B
B
М
NA
М
L
П
И
П
И
D
П
D
describe('something', () => {
let httpSpectator: SpectatorHttp<TranslateService>;
const createHttp = createHttpFactory(TranslateService);
});
beforeEach(() => {
httpSpectator = createHttp();
httpSpectator.service.use('en').subscribe();
httpSpectator.expectOne('/assets/i18n/en.json', HttpMethod.GET).flush(TRANSLATIONS_EN);
spectator.fixture.detectChanges();
});
D
D
describe('something',() => {...}) extends translationInjection;
П
SpectatorHttp<TranslateService>
или там есть варианты?