Skip to content

Commit 26c03e9

Browse files
committed
write tests in typescript
1 parent 09f6dc9 commit 26c03e9

File tree

3 files changed

+241
-1
lines changed

3 files changed

+241
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"knip": "^2.39.0",
4747
"lint-staged": "^15.0.2",
4848
"npm-run-all2": "^6.1.1",
49+
"tsm": "^2.3.0",
4950
"tsup": "^7.2.0",
5051
"typescript": "^5.2.2",
5152
"uvu": "^0.5.6"
@@ -58,7 +59,7 @@
5859
"lint": "npm-run-all --parallel lint:*",
5960
"prepack": "npm run build",
6061
"prepare": "husky install",
61-
"test": "uvu tests"
62+
"test": "uvu -r tsm tests"
6263
},
6364
"lint-staged": {
6465
"*.(ts|json)": "eslint --cache --fix"

pnpm-lock.yaml

Lines changed: 239 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)