From f53462a96e467f89cbfdd51c8ff9a9338c40491e Mon Sep 17 00:00:00 2001 From: Paul Hatcherian <1835615+PaulHatch@users.noreply.github.com> Date: Sat, 30 Sep 2023 07:28:24 -0400 Subject: [PATCH] Update Jest config --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e01b6d0..ef99f81 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "format-check": "prettier --check **/**.ts", "lint": "eslint src/**/*.ts", "package": "ncc build --source-map --license licenses.txt", - "test": "jest --config ./jest.config.js", + "test": "jest --runInBand --config ./jest.config.js", "all": "npm run build && npm run format && npm run lint && npm run package && npm test" }, "repository": {