We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1450e4f commit 6f8df7fCopy full SHA for 6f8df7f
package.json
@@ -22,6 +22,8 @@
22
"test:client": "vitest --project client",
23
"test:client:local": "ENVIRONMENT=local vitest --project client",
24
"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",
27
"test": "vitest"
28
},
29
"license": "MIT",
0 commit comments