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 59a4002 commit 8ef0a43Copy full SHA for 8ef0a43
test/return/result.js
@@ -6,7 +6,7 @@ setFixtureDirectory();
6
7
test('test this', async t => {
8
t.pass();
9
- const subprocess = spawn('node', ['noop.js']);
+ const subprocess = spawn('node', ['--version']);
10
try {
11
t.true(subprocess.kill(0));
12
} catch (error) {
0 commit comments