We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c9be1 commit 57f7d8dCopy full SHA for 57f7d8d
nodejs/test/client.test.ts
@@ -912,6 +912,7 @@ describe("CopilotClient", () => {
912
content: {},
913
}),
914
});
915
+ expect(session).toBeDefined();
916
917
const createCall = rpcSpy.mock.calls.find((c) => c[0] === "session.create");
918
expect(createCall).toBeDefined();
@@ -933,6 +934,7 @@ describe("CopilotClient", () => {
933
934
const session = await client.createSession({
935
onPermissionRequest: approveAll,
936
937
938
939
940
0 commit comments