Skip to content

Instantly share code, notes, and snippets.

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