Skip to content

Instantly share code, notes, and snippets.

@jkyoutsey
Last active January 7, 2019 21:54
Show Gist options
  • Save jkyoutsey/6b6dffe0e424e291e7bdeb84d3dd82cd to your computer and use it in GitHub Desktop.
Save jkyoutsey/6b6dffe0e424e291e7bdeb84d3dd82cd to your computer and use it in GitHub Desktop.
Angular Unit Testing NO_ERRORS_SCHEMA spec file
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