mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
fix: update jest test command to allow passing with no tests
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user