X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=4fccea21af32b8009dcdd598ff337d0a91191866;hb=88c31884cb650840fe3896baa0c53280fb1479e3;hp=4fab7713cc916319a8a4697c19a7a3cd527845b7;hpb=f84172382ae9dbdf6a13709016b6564f2dd5387d;p=poolifier.git diff --git a/package.json b/package.json index 4fab7713..4fccea21 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "benchmark": "pnpm build && node -r source-map-support/register benchmarks/internal/bench.mjs", "benchmark:debug": "pnpm build && node -r source-map-support/register --inspect benchmarks/internal/bench.mjs", "benchmark:prod": "pnpm build:prod && node benchmarks/internal/bench.mjs", - "test": "pnpm build --environment SOURCEMAP:false && c8 mocha 'tests/**/*.test.js'", - "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.js'", + "test": "pnpm build --environment SOURCEMAP:false && c8 mocha 'tests/**/*.test.mjs'", + "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.mjs'", "coverage": "c8 report --reporter=lcov", "coverage:html": "c8 report --reporter=html", "format": "biome format . --write; ts-standard . --fix", @@ -108,7 +108,7 @@ "@release-it/keep-a-changelog": "^4.0.0", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.4", - "@types/node": "^20.7.1", + "@types/node": "^20.7.2", "@typescript-eslint/eslint-plugin": "^6.7.3", "@typescript-eslint/parser": "^6.7.3", "benchmark": "^2.1.4",