Skip to content

Commit 61dcb19

Browse files
authored
test: rename test file and correct type in MCP (#244)
1 parent 17276ff commit 61dcb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp/tests/mcp-cli.js renamed to packages/mcp/tests/mcp-cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const EXECUTABLE_PATH = path.resolve("./src/mcp-cli.js");
2020

2121
/**
2222
* Forks the process to run an instance of ESLint.
23-
* @returns {ChildProcess} The resulting child process
23+
* @returns {childProcess.ChildProcess} The resulting child process
2424
*/
2525
function runServer(options) {
2626
const newProcess = childProcess.fork(

0 commit comments

Comments
 (0)