Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

chore(deps-dev): bump vitest from 3.0.9 to 4.0.3 #68

chore(deps-dev): bump vitest from 3.0.9 to 4.0.3

chore(deps-dev): bump vitest from 3.0.9 to 4.0.3 #68

Triggered via pull request October 27, 2025 06:37
Status Failure
Total duration 31s
Artifacts

ci.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Test (20.x)
Process completed with exit code 1.
src/__tests__/server.test.ts > MCP Server > should handle initialization errors: src/__tests__/server.test.ts#L106
AssertionError: expected "vi.fn()" to be called with arguments: [ 'Failed to start server:', …(1) ] Received: 1st vi.fn() call: [ - "Failed to start server:", - ObjectContaining { - "message": "Test initialization error", - }, + "Starting mcp-template-node v1.0.0...", ] 2nd vi.fn() call: [ "Failed to start server:", - ObjectContaining { - "message": "Test initialization error", + TypeError { + "message": "() => { + throw new Error(\"Test initialization error\"); + } is not a constructor", }, ] Number of calls: 2 ❯ src/__tests__/server.test.ts:106:32
src/__tests__/server.test.ts > MCP Server > should log success message when server starts successfully: src/index.ts#L87
Error: process.exit unexpectedly called with "1" ❯ Module.main src/index.ts:87:13 ❯ src/__tests__/server.test.ts:83:11
src/__tests__/server.test.ts > MCP Server > should connect to the stdio transport: src/index.ts#L87
Error: process.exit unexpectedly called with "1" ❯ Module.main src/index.ts:87:13 ❯ src/__tests__/server.test.ts:70:11
src/__tests__/server.test.ts > MCP Server > should register note tools: src/index.ts#L87
Error: process.exit unexpectedly called with "1" ❯ Module.main src/index.ts:87:13 ❯ src/__tests__/server.test.ts:62:11
src/__tests__/server.test.ts > MCP Server > should initialize the server with correct metadata: src/index.ts#L87
Error: process.exit unexpectedly called with "1" ❯ Module.main src/index.ts:87:13 ❯ src/__tests__/server.test.ts:50:11
Test (18.x)
The strategy configuration was canceled because "test._20_x" failed
Test (18.x)
The operation was canceled.