tests: use node:test #210

Merged
Anri merged 4 commits from node-test into main 2024-12-14 11:43:10 +01:00
Showing only changes of commit 4d01dabda1 - Show all commits

View file

@ -10,7 +10,7 @@
"lint": "npx eslint src", "lint": "npx eslint src",
"format-check": "npx prettier --check src", "format-check": "npx prettier --check src",
"format-write": "npx prettier --write src", "format-write": "npx prettier --write src",
"test": "node --import tsx --test --experimental-strip-types" "test": "node --import tsx --test **/*.test.ts"
}, },
"repository": { "repository": {
"type": "git", "type": "git",