Skip to content

Commit 79ae14d

Browse files
authored
remove file extension (#1033)
1 parent 124d334 commit 79ae14d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/exec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ test('exec exits gracefully if we cannot find the execPath', t => {
6565

6666
test('cannot require exec-child.js', t => {
6767
t.throws(() => {
68-
require('../src/exec-child.js');
68+
require('../src/exec-child');
6969
}, /This file should not be required/);
7070
});
7171

0 commit comments

Comments
 (0)