chore: config test script
This commit is contained in:
parent
ed405823eb
commit
ae08162201
@ -7,7 +7,8 @@
|
|||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"watch": "tsc -w",
|
"watch": "tsc -w",
|
||||||
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
|
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
|
||||||
"test": "jest"
|
"test": "jest --passWithNoTests --silent --noStackTrace --runInBand",
|
||||||
|
"test:watch": "npm run test -- --watch"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
@ -55,4 +56,4 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"xmldom": "^0.3.0"
|
"xmldom": "^0.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user