test: separate cases, so it's easier to know what fails

This commit is contained in:
2024-01-10 00:01:13 +01:00
parent 1ddcdc7b18
commit 7465ffd8bc
17 changed files with 164 additions and 88 deletions

View File

@ -37,7 +37,7 @@
"lint:prettier": "prettier . --check --ignore-path .gitignore",
"lint:javascript": "tsc --project jsconfig.json --noEmit",
"lint:staged": "lint-staged",
"test": "node --test ./test",
"test": "node --test --experimental-test-coverage ./test",
"release": "semantic-release",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",