fix: tests #211

Merged
Anri merged 3 commits from tests-followup into main 2024-12-14 11:57:07 +01:00
Showing only changes of commit 2017276596 - 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 **/*.test.ts" "test": "find . -type f -name '*.test.ts' | xargs node --import tsx --test"
}, },
"repository": { "repository": {
"type": "git", "type": "git",