Bump eslint-plugin-spellcheck from 0.0.17 to 0.0.19 (#432)
[poolifier.git] / package.json
index eeed1cb31fc942021f08f8e208dde77a14bdcce8..46285e9c284e477467a325e955b5b994aeb44509 100644 (file)
@@ -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",
     "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",