X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=046a08ea43e7d263eaa7e3e5344a938e05918ceb;hb=28ac6433466871272c95bad9c69f29ce7db9baf2;hp=4bbd2b8fb34f187d9f025a63fded9ee64e6bf849;hpb=506c2a140687bf8b1a1313a8d7aeb9e3f0f142a7;p=poolifier.git diff --git a/package.json b/package.json index 4bbd2b8f..046a08ea 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", @@ -37,6 +37,7 @@ }, "homepage": "https://github.com/pioardi/node-pool#readme", "dependencies": { + "tape": "^4.13.0", "uuid": "^3.4.0" }, "devDependencies": {