Run jest tests sequentially

This commit is contained in:
Imran Ismail
2020-09-25 13:06:21 +08:00
committed by GitHub
parent b0afa08459
commit 430fa071e8

View File

@@ -10,7 +10,7 @@
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map",
"test": "jest",
"test": "jest -i",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},
"repository": {