Add test command with --test-only parameter
This commit is contained in:
parent
8a5d695c45
commit
807518f87e
1 changed files with 3 additions and 2 deletions
|
|
@ -9,8 +9,9 @@
|
||||||
"build+start": "npm run build && npm run start",
|
"build+start": "npm run build && npm run start",
|
||||||
"build:watch": "tsc -w -p tsconfig.json",
|
"build:watch": "tsc -w -p tsconfig.json",
|
||||||
"test:watch": "node --import tsx --test --watch **/**/*.spec.ts",
|
"test:watch": "node --import tsx --test --watch **/**/*.spec.ts",
|
||||||
"test": "node --import tsx --test **/**/*.spec.ts"
|
"test:watch:only": "node --import tsx --test --test-only --watch **/**/*.spec.ts",
|
||||||
},
|
"test": "node --import tsx --test **/**/*.spec.ts",
|
||||||
|
"test:only": "node --import tsx --test --test-only **/**/*.spec.ts"},
|
||||||
"bin": {
|
"bin": {
|
||||||
"node-base": ".bin/install.js"
|
"node-base": ".bin/install.js"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue