Skip to content

Commit

Permalink
feat(add-consent): update index.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
UralKrc committed Apr 10, 2024
1 parent 9b5ab98 commit 47bdfe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/consent/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ describe('consent', () => {
getAll: expect.any(Function),
setAll: expect.any(Function),
getAllCheckboxes: expect.any(Function),
getPurposes: expect.any(Function),
setCheckboxes: expect.any(Function),
setAllCheckboxes: expect.any(Function),
sendQueuedEvents: expect.any(Function),
Expand Down

0 comments on commit 47bdfe0

Please sign in to comment.