diff --git a/package.json b/package.json index 76861aa..589f875 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "preview": "vite preview", "lint": "eslint --ext .js,.vue --ignore-path .gitignore ./", "lint:fix": "eslint --ext .js,.vue --ignore-path .gitignore --fix ./", - "test": "jest", + "test": "jest --maxWorkers=2", "test:inspect": "node --inspect-brk node_modules/.bin/jest --runInBand" }, "engines": {