chore: add test verbose script to package.json
This commit is contained in:
parent
876eba4760
commit
c14832bed1
@ -8,6 +8,7 @@
|
||||
"watch": "tsc -w",
|
||||
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
|
||||
"test": "jest --passWithNoTests --silent --noStackTrace --runInBand",
|
||||
"test:verbose": "jest --passWithNoTests --runInBand",
|
||||
"test:watch": "npm run test -- --watch"
|
||||
},
|
||||
"husky": {
|
||||
|
Loading…
Reference in New Issue
Block a user