diff --git a/package.json b/package.json index ac69fd74..4fdf5c90 100644 --- a/package.json +++ b/package.json @@ -106,8 +106,8 @@ "prepublish": "npm run build", "release": "bumped release", "start": "cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server", - "test": "node node_modules/.bin/jest --maxWorkers 4", - "test:watch": "node node_modules/.bin/jest --watch --no-watchman", + "test": "jest", + "test:watch": "jest --watch --no-watchman", "tsd": "cpx \"./components/**/*.d.ts\" ./lib" }, "license": "MIT",