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