Skip to content

Commit 28706c2

Browse files
committed
Add default
1 parent e7109dd commit 28706c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import path from "path";
66
import fs from "fs/promises";
77
import defaultState from "../../src/state.js";
88

9-
export async function setupIntegrationTest({ mockStateStore = true }: { mockStateStore: boolean }): Promise<{
9+
export async function setupIntegrationTest({ mockStateStore = true }: { mockStateStore?: boolean } = {}): Promise<{
1010
client: Client;
1111
server: Server;
1212
teardown: () => Promise<void>;

0 commit comments

Comments
 (0)