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.
node--test-only
1 parent dd28083 commit 91cd434Copy full SHA for 91cd434
bin/node--test-only.js
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env node
2
+
3
+const { argv } = require('#internal/options')
4
5
+argv['test-only'] = true
6
7
+require('./node-core-test.js')
package.json
@@ -8,6 +8,7 @@
8
"types": "./index.d.ts",
9
"bin": {
10
"node--test": "./bin/node--test.js",
11
+ "node--test-only": "./bin/node--test-only.js",
12
"test": "./bin/node-core-test.js"
13
},
14
"imports": {
0 commit comments