Skip to content

Commit 6f8df7f

Browse files
committed
fix: add scripts to run specific tests
1 parent 1450e4f commit 6f8df7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"test:client": "vitest --project client",
2323
"test:client:local": "ENVIRONMENT=local vitest --project client",
2424
"test:react": "vitest --project react",
25+
"test:withdraw": "vitest --project client packages/client/src/actions/withdraw.test.ts",
26+
"test:borrow": "vitest --project client packages/client/src/actions/borrow.test.ts",
2527
"test": "vitest"
2628
},
2729
"license": "MIT",

0 commit comments

Comments
 (0)