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 371e448 commit 2bac4a5Copy full SHA for 2bac4a5
packages/schematics/angular/interceptor/index_spec.ts
@@ -36,7 +36,7 @@ describe('Interceptor Schematic', () => {
36
};
37
let appTree: UnitTestTree;
38
beforeEach(async () => {
39
- appTree = schematicRunner.runSchematic('workspace', workspaceOptions);
+ appTree = await schematicRunner.runSchematicAsync('workspace', workspaceOptions).toPromise();
40
appTree = await schematicRunner.runSchematicAsync('application', appOptions, appTree).toPromise();
41
});
42
0 commit comments