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 027dff5 commit ce1b540Copy full SHA for ce1b540
tests/__utils__/mocks.ts
@@ -76,6 +76,6 @@ export function mockChatAnalytics(
76
report: jest.fn(),
77
}));
78
return jest
79
- .spyOn(require("@yext/analytics"), "provideChatAnalytics")
+ .spyOn(require("@yext/analytics"), "analytics")
80
.mockImplementation(mockImpl as (...args: unknown[]) => unknown);
81
}
0 commit comments