Guest User

Untitled

a guest
Feb 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. beforeEach(async(() => {
  2. TestBed.configureCompiler({ preserveWhitespaces: false } as any)
  3. .configureTestingModule({
  4. declarations: [
  5. AppComponent
  6. ],
  7. }).compileComponents();
  8. }));
Add Comment
Please, Sign In to add comment