chore: config test script

This commit is contained in:
Alexandre Nunes 2020-09-26 16:56:30 -03:00
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"
} }
} }