diff --git a/package.json b/package.json index 94954f16e..83243d7dc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "clean": "rimraf lib types", "build": "tsc -p . && cpy src/*.js lib", - "test": "jest", + "test": "jest --maxWorkers 2", "test:coverage": "jest --coverage", "test:watch": "jest --watch", "watch": "watch \"npm run build\" ./src",