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 5832672 commit a9a47e9Copy full SHA for a9a47e9
1 file changed
src/appsec/index.spec.ts
@@ -3,6 +3,7 @@ const mockPublish = jest.fn();
3
jest.mock("dc-polyfill", () => ({
4
channel: jest.fn(() => ({
5
publish: mockPublish,
6
+ hasSubscribers: true,
7
})),
8
}));
9
0 commit comments