Skip to content

Commit fea414b

Browse files
committed
Make way for porting Node's tests
1 parent d17c0ea commit fea414b

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

commonjs-extension-resolution-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "./loader.js",
77
"scripts": {
88
"start": "npm test",
9-
"test": "node test.js"
9+
"test": "node test/basic.js"
1010
},
1111
"author": "Geoffrey Booth <[email protected]>",
1212
"license": "MIT",
File renamed without changes.
File renamed without changes.
File renamed without changes.

commonjs-extension-resolution-loader/test.js renamed to commonjs-extension-resolution-loader/test/basic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { execPath } from 'process';
99
const child = spawn(execPath, [
1010
'--loader',
1111
'./loader.js',
12-
'./fixtures/index.js'
12+
'./test/basic-fixtures/index.js'
1313
]);
1414

1515
let stdout = '';

0 commit comments

Comments
 (0)