Skip to content

Commit

Permalink
feat: add node--test-only bin (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jun 2, 2022
1 parent f6c2c55 commit 077a601
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/node--test-only.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env node

const { argv } = require('#internal/options')

argv['test-only'] = true

require('./node-core-test.js')
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"types": "./index.d.ts",
"bin": {
"node--test": "./bin/node--test.js",
"node--test-only": "./bin/node--test-only.js",
"test": "./bin/node-core-test.js"
},
"imports": {
Expand Down

0 comments on commit 077a601

Please sign in to comment.