X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=46285e9c284e477467a325e955b5b994aeb44509;hb=4cb3686eee2ebc06c8f5d622f76024eb5889675f;hp=eeed1cb31fc942021f08f8e208dde77a14bdcce8;hpb=f1a2a05fcf7308ff82b2af0b626dca49ba0b79cf;p=poolifier.git diff --git a/package.json b/package.json index eeed1cb3..46285e9c 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,9 @@ "benchmark": "npm run build && node -r source-map-support/register benchmarks/internal/bench.js", "benchmark:debug": "npm run build && node -r source-map-support/register --inspect benchmarks/internal/bench.js", "benchmark:prod": "npm run build:prod && node -r source-map-support/register benchmarks/internal/bench.js", - "test": "npm run build && nyc mocha --parallel 'tests/**/*.test.js'", - "test:debug": "npm run build && mocha --inspect 'tests/**/*.test.js'", - "test:prod": "npm run build:prod && nyc mocha --parallel 'tests/**/*.test.js'", + "test": "npm run build && nyc mocha 'tests/**/*.test.js'", + "test:debug": "npm run build && mocha --no-parallel --inspect 'tests/**/*.test.js'", + "test:prod": "npm run build:prod && nyc mocha 'tests/**/*.test.js'", "sonar": "sonar-scanner", "coverage": "nyc report --reporter=lcov", "coverage:html": "nyc report --reporter=html", @@ -75,10 +75,11 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettierx": "^0.18.0", "eslint-plugin-promise": "^5.1.0", - "eslint-plugin-spellcheck": "0.0.17", + "eslint-plugin-spellcheck": "0.0.19", "expect": "^27.0.2", "microtime": "^3.0.0", - "mocha": "^8.4.0", + "mochawesome": "^6.2.2", + "mocha": "^9.0.2", "nyc": "^15.1.0", "prettier": "^2.3.1", "prettier-plugin-organize-imports": "^2.1.0",