From 430fa071e8ef2bfc2ca5acc46076f151ebf94938 Mon Sep 17 00:00:00 2001 From: Imran Ismail Date: Fri, 25 Sep 2020 13:06:21 +0800 Subject: [PATCH] Run jest tests sequentially --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 678afd7a..a27c1b4a 100644 --- a/package.json +++ b/package.json @@ -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": {