We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ec20a commit ea2c476Copy full SHA for ea2c476
packages/schematics/angular/environments/index_spec.ts
@@ -37,15 +37,12 @@ describe('Application Schematic', () => {
37
};
38
39
let applicationTree: UnitTestTree;
40
- const messages: string[] = [];
41
- schematicRunner.logger.subscribe((x) => messages.push(x.message));
42
43
function runEnvironmentsSchematic(): Promise<UnitTestTree> {
44
return schematicRunner.runSchematic('environments', defaultOptions, applicationTree);
45
}
46
47
beforeEach(async () => {
48
- messages.length = 0;
49
const workspaceTree = await schematicRunner.runSchematic('workspace', workspaceOptions);
50
applicationTree = await schematicRunner.runSchematic(
51
'application',
0 commit comments