Skip to content

Commit e70b0e4

Browse files
filipesilvaalexeagle
authored andcommitted
test: re-enable rebuild test on windows
1 parent 5f6f6d3 commit e70b0e4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/legacy-cli/e2e/tests/basic/rebuild.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ import {request} from '../../utils/http';
1111
const validBundleRegEx = /: Compiled successfully./;
1212

1313
export default function() {
14-
if (process.platform.startsWith('win')) {
15-
return Promise.resolve();
16-
}
17-
1814
return execAndWaitForOutputToMatch('ng', ['serve'], validBundleRegEx)
1915
// Add a lazy module.
2016
.then(() => ng('generate', 'module', 'lazy', '--routing'))

0 commit comments

Comments
 (0)