Skip to content

Instantly share code, notes, and snippets.

View theresiasnow's full-sized avatar

Theresia Sofia Snow theresiasnow

View GitHub Profile
@theresiasnow
theresiasnow / test.ts
Created October 17, 2019 12:46
angular component test -jest
import { HttpClient } from '@angular/common/http';
import { HttpClientTestingModule } from '@angular/common/http/testing';
import { NO_ERRORS_SCHEMA } from '@angular/core';
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { Router } from '@angular/router';
import { RouterTestingModule } from '@angular/router/testing';
// tslint:disable-next-line: max-line-length
import { FakeMissingTranslationHandler, MissingTranslationHandler, TranslateDefaultParser, TranslateLoader, TranslateModule, TranslateParser } from '@ngx-translate/core';
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
import { mockAuthConfig, mockOidcConfig } from '../mock/testData';