Skip to content

Commit

Permalink
Fix index test
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed Dec 6, 2024
1 parent caafd4c commit fbfd618
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/popular-trees-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@guardian/libs': minor
---

Test for Consent or Pay
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ declare global {
targetingParams: {
framework: ConsentFramework;
subscribed: boolean;
isExcluded: boolean;
isExcluded?: boolean;
};
ccpa?: {
targetingParams?: {
Expand Down
1 change: 1 addition & 0 deletions libs/@guardian/libs/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ describe('The package', () => {
'log',
'onConsent',
'onConsentChange',
'rejectAll',
'removeCookie',
'setCookie',
'setSessionCookie',
Expand Down

0 comments on commit fbfd618

Please sign in to comment.