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 5f6f6d3 commit e70b0e4Copy full SHA for e70b0e4
tests/legacy-cli/e2e/tests/basic/rebuild.ts
@@ -11,10 +11,6 @@ import {request} from '../../utils/http';
11
const validBundleRegEx = /: Compiled successfully./;
12
13
export default function() {
14
- if (process.platform.startsWith('win')) {
15
- return Promise.resolve();
16
- }
17
-
18
return execAndWaitForOutputToMatch('ng', ['serve'], validBundleRegEx)
19
// Add a lazy module.
20
.then(() => ng('generate', 'module', 'lazy', '--routing'))
0 commit comments