Last active
January 7, 2019 21:54
-
-
Save jkyoutsey/6b6dffe0e424e291e7bdeb84d3dd82cd to your computer and use it in GitHub Desktop.
Angular Unit Testing NO_ERRORS_SCHEMA spec file
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({ | |
declarations: [ MyParentComponent ], | |
schemas: [ NO_ERRORS_SCHEMA ] | |
}).compileComponents(); | |
})); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment