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",
"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"
}
}
}