fix: update jest test command to allow passing with no tests

This commit is contained in:
Marvin Zhang
2025-06-20 14:58:12 +08:00
parent b7b7f25451
commit 18137cce0d

View File

@@ -21,7 +21,7 @@
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"clean": "shx rm -rf dist",
"test": "jest"
"test": "jest --passWithNoTests"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.2",