Skip to content

Commit 809e4d9

Browse files
committed
unit test
1 parent 66260fd commit 809e4d9

File tree

5 files changed

+1450
-74
lines changed

5 files changed

+1450
-74
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111
],
1212
"scripts": {
1313
"build": "tsc -p tsconfig.json",
14-
"typecheck": "tsc -p tsconfig.json --noEmit"
14+
"typecheck": "tsc -p tsconfig.json --noEmit",
15+
"test": "vitest"
1516
},
1617
"dependencies": {
1718
"viem": "^2.21.3"
1819
},
1920
"devDependencies": {
20-
"typescript": "^5.3.2"
21+
"@types/node": "^25.5.0",
22+
"typescript": "^5.3.2",
23+
"vitest": "^4.1.0"
2124
}
2225
}
23-

0 commit comments

Comments
 (0)