We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ea196 commit 4369252Copy full SHA for 4369252
1 file changed
packages/runtime/src/v2/runtime/intelligence-platform/__tests__/client.test.ts
@@ -3,7 +3,7 @@ import { CopilotKitIntelligence } from "../client";
3
4
const fetchMock = vi.fn();
5
globalThis.fetch = fetchMock;
6
-const consoleErrorSpy = vi.spyOn(console, "error").mockImplementation(() => { });
+const consoleErrorSpy = vi.spyOn(console, "error").mockImplementation(() => {});
7
8
function jsonResponse(body: unknown, status = 200) {
9
return Promise.resolve({
0 commit comments