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 e37d725 commit 99eefdeCopy full SHA for 99eefde
tests/integration/helpers.ts
@@ -25,6 +25,8 @@ export function setupIntegrationTest(userConfig: UserConfig = config): Integrati
25
let mcpClient: Client | undefined;
26
let mcpServer: Server | undefined;
27
28
+ // This gets used in the scope of tests.
29
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
30
let randomDbName: string;
31
32
beforeAll(async () => {
0 commit comments