X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=ca55edc64dbcca5c234d89bf9c81bd8795774579;hb=ab1526e9c626684f6695f13e4dbb8ed3ab835ac7;hp=4bbd2b8fb34f187d9f025a63fded9ee64e6bf849;hpb=766e51a0c50e4aadad5f8c65a2b6689d91ba75d8;p=poolifier.git diff --git a/package.json b/package.json index 4bbd2b8f..ca55edc6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "build": "npm install", - "test": "standard && nyc mocha --exit --timeout 10000 **/*test.js ", + "test": "standard && nyc mocha --experimental-worker --exit --timeout 10000 **/*test.js ", "demontest": "nodemon --exec \"npm test\"", "coverage": "nyc report --reporter=text-lcov --timeout 5000 **/*test.js | coveralls", "standard-verbose": "npx standard --verbose",