Skip to content

Commit 62d0a9e

Browse files
PaulJPhilpclaude
andcommitted
fix: allow ep-shared-services tests to pass with no test files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e3ad316 commit 62d0a9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ep-shared-services/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"clean": "rm -rf dist",
3434
"lint": "biome check .",
3535
"lint:fix": "biome check . --write",
36-
"test": "vitest",
37-
"test:run": "vitest run",
36+
"test": "vitest --passWithNoTests",
37+
"test:run": "vitest run --passWithNoTests",
3838
"prepublishOnly": "bun run build"
3939
},
4040
"keywords": [

0 commit comments

Comments
 (0)