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 e7109dd commit 28706c2Copy full SHA for 28706c2
tests/integration/helpers.ts
@@ -6,7 +6,7 @@ import path from "path";
6
import fs from "fs/promises";
7
import defaultState from "../../src/state.js";
8
9
-export async function setupIntegrationTest({ mockStateStore = true }: { mockStateStore: boolean }): Promise<{
+export async function setupIntegrationTest({ mockStateStore = true }: { mockStateStore?: boolean } = {}): Promise<{
10
client: Client;
11
server: Server;
12
teardown: () => Promise<void>;
0 commit comments