We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7f4ae commit f1e68d3Copy full SHA for f1e68d3
packages/client/test/client/cross-spawn.test.ts
@@ -2,7 +2,8 @@ import type { ChildProcess } from 'node:child_process';
2
3
import type { JSONRPCMessage } from '@modelcontextprotocol/core';
4
import spawn from 'cross-spawn';
5
-import type { Mock, MockedFunction } from 'vitest';
+import type { Mock, MockedFunction} from 'vitest';
6
+import { vi } from 'vitest';
7
8
import { getDefaultEnvironment, StdioClientTransport } from '../../src/client/stdio.js';
9
0 commit comments