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 83893ab commit f37d85bCopy full SHA for f37d85b
test.ts
@@ -7,7 +7,7 @@ import { join } from 'path'
7
8
test('Socket MCP Server', async (t) => {
9
const apiKey = process.env['SOCKET_API_KEY']
10
- assert.ok(apiKey, 'We have an API key. Tests will not pass without it')
+ assert.ok(apiKey, 'We need an API key. Tests will not pass without it')
11
const serverPath = join(import.meta.dirname, 'index.ts')
12
13
const transport = new StdioClientTransport({
0 commit comments