Skip to content

Commit

Permalink
use builtin test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Oct 2, 2024
1 parent 8f5a5af commit 16cc13d
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 275 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@
"@types/node": "^20.14.9",
"c8": "10.1.2",
"supertest-fetch": "^2.0.0",
"tsm": "^2.3.0",
"typescript": "^5.5.3",
"uvu": "^0.5.6"
"tsx": "^4.19.1",
"typescript": "^5.5.3"
},
"files": [
"dist"
],
"scripts": {
"test": "uvu -r tsm",
"test": "tsx --test test.ts",
"test:coverage": "c8 --include=src pnpm test",
"test:report": "c8 report --reporter=text-lcov > coverage.lcov",
"build": "tsc -p tsconfig.build.json",
Expand All @@ -43,4 +42,4 @@
"publishConfig": {
"provenance": true
}
}
}
Loading

0 comments on commit 16cc13d

Please sign in to comment.