Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Oct 11, 2023
1 parent 5184a73 commit 8dffc4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/decide.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ describe('Decide', () => {
given('decide', () => new Decide(given.posthog))
given('posthog', () => ({
config: given.config,
debug: true,
persistence: new PostHogPersistence(given.config),
register: (props) => given.posthog.persistence.register(props),
unregister: (key) => given.posthog.persistence.unregister(key),
Expand Down

0 comments on commit 8dffc4f

Please sign in to comment.