chore: add test verbose script to package.json

This commit is contained in:
Alexandre Nunes 2020-10-03 10:55:19 -03:00
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": {