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 99afb6d commit 0ca62abCopy full SHA for 0ca62ab
src/test/node.js
@@ -1,4 +1,3 @@
1
-import os from 'os'
2
import path from 'path'
3
import { fileURLToPath } from 'url'
4
import { execa } from 'execa'
@@ -65,10 +64,6 @@ export default async function testNode (argv, execaOptions) {
65
64
args.push(...argv['--'])
66
}
67
68
- if (os.platform() === 'win32') {
69
- args.push('--exit')
70
- }
71
-
72
// before hook
73
const before = await argv.fileConfig.test.before(argv)
74
const beforeEnv = before && before.env ? before.env : {}
0 commit comments