Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP committed Dec 19, 2024
1 parent 18e1483 commit 73bc499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/__tests__/site-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ describe('SiteApps', () => {
}

posthog = createPostHog(defaultConfig)
;(posthog._addCaptureHook = jest.fn((cb) => {
posthog._addCaptureHook = jest.fn((cb) => {
emitCaptureEvent = cb
return removeCaptureHook
})),
(posthog.on = jest.fn())
})
posthog.on = jest.fn()
posthog.capture = jest.fn()
posthog._send_request = jest.fn().mockImplementation(({ callback }) => callback?.({ config: {} }))
logger.error = jest.fn()
Expand Down

0 comments on commit 73bc499

Please sign in to comment.