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 843657f commit a79197aCopy full SHA for a79197a
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