Skip to content

Commit b293015

Browse files
committed
fix: add var exception
1 parent bdf9355 commit b293015

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/helpers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ export function setupIntegrationTest(userConfig: UserConfig = config): Integrati
2525
let mcpClient: Client | undefined;
2626
let mcpServer: Server | undefined;
2727

28+
// This gets used in the scope of tests.
29+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2830
let randomDbName: string;
2931

3032
beforeAll(async () => {

0 commit comments

Comments
 (0)