X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=2d7d16cd1b7f0539050751a813ee9c7b997c5cc7;hb=75a140637d5fd4840988dcfc48ca594535728fb8;hp=1a8d9617c3df05af9a80af81f2dd9795ee7c1245;hpb=3466e757691e2a07e2437d77167c78a0820c0431;p=poolifier.git diff --git a/package.json b/package.json index 1a8d9617..2d7d16cd 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "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 && c8 mocha 'tests/**/*.test.js'", + "test": "pnpm build --environment SOURCEMAP:false && c8 mocha 'tests/**/*.test.js'", "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.js'", "coverage": "c8 report --reporter=lcov", "coverage:html": "c8 report --reporter=html", @@ -109,7 +109,7 @@ "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.4", "@types/node": "^20.6.5", - "@typescript-eslint/eslint-plugin": "^6.7.2", + "@typescript-eslint/eslint-plugin": "^6.7.3", "@typescript-eslint/parser": "^6.7.2", "benchmark": "^2.1.4", "c8": "^8.0.1",