Skip to content

Instantly share code, notes, and snippets.

@advorkina
Last active May 17, 2018 19:42
Show Gist options
  • Save advorkina/d377e3c278b9b1afd173b9faa15e4049 to your computer and use it in GitHub Desktop.
Save advorkina/d377e3c278b9b1afd173b9faa15e4049 to your computer and use it in GitHub Desktop.
beforeEach(
async(() => {
TestBed.configureTestingModule({
providers: [SomeProvider],
declarations: [DropzoneComponent, DocumentsComponent, FoldersComponent],
schemas: [CUSTOM_ELEMENTS_SCHEMA]
}).compileComponents();
})
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment