Skip to content

Commit 8ef0a43

Browse files
committed
Test
1 parent 59a4002 commit 8ef0a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/return/result.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setFixtureDirectory();
66

77
test('test this', async t => {
88
t.pass();
9-
const subprocess = spawn('node', ['noop.js']);
9+
const subprocess = spawn('node', ['--version']);
1010
try {
1111
t.true(subprocess.kill(0));
1212
} catch (error) {

0 commit comments

Comments
 (0)