Release v1.1.1 #102
docker-build.yml
on: pull_request
Test and analyze
32s
build-docker-push
Annotations
4 errors
|
Test and analyze
Process completed with exit code 1.
|
|
tests/unit/mcp-tools.test.js > MCP Tools - Shared Module > handleToolCall - get_stats > should return null healthPercent when no endpoints tested:
tests/unit/mcp-tools.test.js#L614
TypeError: Cannot read properties of undefined (reading 'healthPercent')
❯ tests/unit/mcp-tools.test.js:614:23
|
|
tests/unit/mcp-tools.test.js > MCP Tools - Shared Module > handleToolCall - get_stats > should return aggregate stats:
tests/unit/mcp-tools.test.js#L589
AssertionError: expected true to be undefined
- Expected:
undefined
+ Received:
true
❯ tests/unit/mcp-tools.test.js:589:30
|
|
tests/unit/dataService.test.js > loadData > should handle all sources failing:
dataService.js#L226
Error: All data sources failed during data refresh
❯ dataService.js:226:13
❯ refreshDataWithGuard dataService.js:240:12
❯ tests/unit/dataService.test.js:1229:20
|