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 a8222a7 commit 34bb1f0Copy full SHA for 34bb1f0
1 file changed
packages/gupy/package.json
@@ -14,8 +14,8 @@
14
"build": "tsc",
15
"dev": "tsx src/index.ts",
16
"start": "node dist/index.js",
17
- "test": "vitest run",
18
- "test:cov": "vitest run --coverage",
+ "test": "vitest run --passWithNoTests",
+ "test:cov": "vitest run --coverage --passWithNoTests",
19
"lint": "eslint src/**/*.ts",
20
"lint:fix": "eslint src/**/*.ts --fix"
21
},
0 commit comments