Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonbcampos/84b2221f036a23a957f3f2dcb101c9f3 to your computer and use it in GitHub Desktop.
Save jonbcampos/84b2221f036a23a957f3f2dcb101c9f3 to your computer and use it in GitHub Desktop.
let appTree: UnitTestTree;
beforeEach(() => {
appTree = testRunner.runExternalSchematic(
'@schematics/angular', 'workspace', workspaceOptions);
appTree = testRunner.runExternalSchematic(
'@schematics/angular', 'application', appOptions, appTree);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment