feat: introduces dry mode for CLI MCP-297 #675
Annotations
3 errors
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
tests/unit/common/config.test.ts#L77
AssertionError: expected { …(27) } to strictly equal { …(26) }
- Expected
+ Received
@@ -9,10 +9,11 @@
"delete-many",
"drop-index",
],
"disableEmbeddingsValidation": false,
"disabledTools": [],
+ "dry": false,
"exportCleanupIntervalMs": 120000,
"exportTimeoutMs": 300000,
"exportsPath": "C:\\Users\\runneradmin\\AppData\\Local\\mongodb\\mongodb-mcp\\exports",
"httpHeaders": {},
"httpHost": "127.0.0.1",
❯ tests/unit/common/config.test.ts:77:36
|
|
Run tests:
tests/unit/common/config.test.ts#L73
AssertionError: expected { …(27) } to strictly equal { …(26) }
- Expected
+ Received
@@ -9,10 +9,11 @@
"delete-many",
"drop-index",
],
"disableEmbeddingsValidation": false,
"disabledTools": [],
+ "dry": false,
"exportCleanupIntervalMs": 120000,
"exportTimeoutMs": 300000,
"exportsPath": "C:\\Users\\runneradmin\\AppData\\Local\\mongodb\\mongodb-mcp\\exports",
"httpHeaders": {},
"httpHost": "127.0.0.1",
❯ tests/unit/common/config.test.ts:73:44
|
Loading