Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Dec 2, 2024
1 parent e97543a commit b41ae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/site-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ describe('SiteApps', () => {

siteAppsInstance.afterDecideResponse(response)

expect(assignableWindow['__$$ph_site_app_1_posthog']).toBe(posthog)
expect(assignableWindow['__$$ph_site_app_1']).toBe(posthog)
expect(typeof assignableWindow['__$$ph_site_app_1_missed_invocations']).toBe('function')
expect(typeof assignableWindow['__$$ph_site_app_1_callback']).toBe('function')
expect(assignableWindow.__PosthogExtensions__?.loadSiteApp).toHaveBeenCalledWith(
Expand Down

0 comments on commit b41ae0a

Please sign in to comment.