Skip to content

Commit 34bb1f0

Browse files
committed
fix(gupy): pass --passWithNoTests to vitest in CI
1 parent a8222a7 commit 34bb1f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/gupy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"build": "tsc",
1515
"dev": "tsx src/index.ts",
1616
"start": "node dist/index.js",
17-
"test": "vitest run",
18-
"test:cov": "vitest run --coverage",
17+
"test": "vitest run --passWithNoTests",
18+
"test:cov": "vitest run --coverage --passWithNoTests",
1919
"lint": "eslint src/**/*.ts",
2020
"lint:fix": "eslint src/**/*.ts --fix"
2121
},

0 commit comments

Comments
 (0)