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 1da66f3 commit eefbb9eCopy full SHA for eefbb9e
packages/client/package.json
@@ -27,8 +27,8 @@
27
"scripts": {
28
"dev": "pkgroll --watch",
29
"build": "pkgroll --minify",
30
- "test": "vitest",
31
- "test:coverage": "vitest --coverage",
+ "test": "../internal/dev-infra/with-test-redis-and-db.sh vitest",
+ "test:coverage": "../internal/dev-infra/with-test-redis-and-db.sh vitest --coverage",
32
"test:typescript": "tsc --noEmit"
33
},
34
"dependencies": {
0 commit comments