We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124d334 commit 79ae14dCopy full SHA for 79ae14d
1 file changed
test/exec.js
@@ -65,7 +65,7 @@ test('exec exits gracefully if we cannot find the execPath', t => {
65
66
test('cannot require exec-child.js', t => {
67
t.throws(() => {
68
- require('../src/exec-child.js');
+ require('../src/exec-child');
69
}, /This file should not be required/);
70
});
71
0 commit comments