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 b657a24 commit a9e9cbcCopy full SHA for a9e9cbc
packages/consent/consent-tools/src/domain/__tests__/create-wrapper.test.ts
@@ -15,7 +15,7 @@ import { AnalyticsService } from '../analytics'
15
16
const DEFAULT_LOAD_SETTINGS = {
17
writeKey: 'foo',
18
- cdnSettings: { integrations: {} },
+ cdnSettings: new CDNSettingsBuilder().build(),
19
}
20
21
const mockGetCategories: jest.MockedFn<CreateWrapperSettings['getCategories']> =
0 commit comments