Skip to content

Feature/browser compatibility#328

Merged
dannyleech merged 3 commits into
mainfrom
feature/browser-compatibility
Jun 1, 2026
Merged

Feature/browser compatibility#328
dannyleech merged 3 commits into
mainfrom
feature/browser-compatibility

Conversation

@dannyleech
Copy link
Copy Markdown
Contributor

No description provided.

@dannyleech dannyleech requested a review from markfee June 1, 2026 15:27
Comment thread src/InteractiveMap/polyfills.test.js Outdated
const fake = jest.fn()
Object.hasOwn = fake
load()
expect(Object.hasOwn).toBe(fake)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this just be expect(Object.hasOwn).toBe(originalHasOwn)
without the need for a fake ?

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 1, 2026

@dannyleech dannyleech merged commit 858a94f into main Jun 1, 2026
2 checks passed
@dannyleech dannyleech deleted the feature/browser-compatibility branch June 1, 2026 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants