From 18137cce0d44b84a69892b508bd133b1b11436ac Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 20 Jun 2025 14:58:12 +0800 Subject: [PATCH] fix: update jest test command to allow passing with no tests --- mcp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp/package.json b/mcp/package.json index c588dfa2..0118e6d3 100644 --- a/mcp/package.json +++ b/mcp/package.json @@ -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",