fmt(js): npm run fix on merge (#73023)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
hermes-seaeye[bot] 2026-07-28 01:20:15 +00:00 committed by GitHub
parent fe71e32a87
commit 71e7eb3c16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ describe('comboFromEvent — ctrl as a distinct modifier on macOS', () => {
expect(comboFromEvent(keydown({ code: 'KeyM', key: ',', metaKey: true }))).toBe('mod+,')
})
it('keeps digits physical so AZERTY\'s shifted number row still binds', async () => {
it("keeps digits physical so AZERTY's shifted number row still binds", async () => {
const { comboFromEvent } = await loadCombo('MacIntel')
// On AZERTY the unshifted "1" key types "&", and "1" only with Shift held.