Skip to content

Commit

Permalink
fix test script on linux
Browse files Browse the repository at this point in the history
running tests now requires node >=22.10.0 :^)
  • Loading branch information
SuperchupuDev committed Oct 27, 2024
1 parent 762bfbf commit b9aa5fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"format": "biome format --write",
"lint": "biome lint",
"lint:fix": "biome lint --fix --unsafe",
"test": "node --experimental-transform-types --test test/**/*.test.ts",
"test:coverage": "node --experimental-transform-types --test --experimental-test-coverage test/**/*.test.ts",
"test:only": "node --experimental-transform-types --test --test-only test/**/*.test.ts",
"test": "node --experimental-transform-types --test",
"test:coverage": "node --experimental-transform-types --test --experimental-test-coverage",
"test:only": "node --experimental-transform-types --test --test-only",
"typecheck": "tsc --noEmit"
},
"main": "dist/index.js",
Expand Down

0 comments on commit b9aa5fd

Please sign in to comment.