Skip to content

Commit 16cc13d

Browse files
committed
use builtin test runner
1 parent 8f5a5af commit 16cc13d

File tree

3 files changed

+268
-275
lines changed

3 files changed

+268
-275
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@
2525
"@types/node": "^20.14.9",
2626
"c8": "10.1.2",
2727
"supertest-fetch": "^2.0.0",
28-
"tsm": "^2.3.0",
29-
"typescript": "^5.5.3",
30-
"uvu": "^0.5.6"
28+
"tsx": "^4.19.1",
29+
"typescript": "^5.5.3"
3130
},
3231
"files": [
3332
"dist"
3433
],
3534
"scripts": {
36-
"test": "uvu -r tsm",
35+
"test": "tsx --test test.ts",
3736
"test:coverage": "c8 --include=src pnpm test",
3837
"test:report": "c8 report --reporter=text-lcov > coverage.lcov",
3938
"build": "tsc -p tsconfig.build.json",
@@ -43,4 +42,4 @@
4342
"publishConfig": {
4443
"provenance": true
4544
}
46-
}
45+
}

0 commit comments

Comments
 (0)