File tree 1 file changed +3
-1
lines changed
tests/legacy-cli/e2e/tests/build
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { setTimeout } from 'node:timers/promises';
2
2
import { getGlobalVariable } from '../../utils/env' ;
3
3
import { appendToFile , createDir , rimraf } from '../../utils/fs' ;
4
4
import { installWorkspacePackages } from '../../utils/packages' ;
5
- import { ng , waitForAnyProcessOutputToMatch } from '../../utils/process' ;
5
+ import { killAllProcesses , ng , waitForAnyProcessOutputToMatch } from '../../utils/process' ;
6
6
import { ngServe , updateJsonFile , useSha } from '../../utils/project' ;
7
7
8
8
const goodRegEx = getGlobalVariable ( 'argv' ) [ 'esbuild' ]
@@ -52,5 +52,7 @@ export default async function () {
52
52
await waitForAnyProcessOutputToMatch ( goodRegEx ) ;
53
53
} finally {
54
54
process . chdir ( originalCwd ) ;
55
+ await killAllProcesses ( ) ;
56
+ await setTimeout ( 100 ) ;
55
57
}
56
58
}
You can’t perform that action at this time.
0 commit comments