Last active
May 17, 2018 19:42
-
-
Save advorkina/d377e3c278b9b1afd173b9faa15e4049 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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