From 71e7eb3c168a49fdd3179efb8a921ad78f6e8e1d Mon Sep 17 00:00:00 2001 From: "hermes-seaeye[bot]" <307254004+hermes-seaeye[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 01:20:15 +0000 Subject: [PATCH] fmt(js): `npm run fix` on merge (#73023) Co-authored-by: github-actions[bot] --- apps/desktop/src/lib/keybinds/combo.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/lib/keybinds/combo.test.ts b/apps/desktop/src/lib/keybinds/combo.test.ts index 676a3852c61..3147538ac3a 100644 --- a/apps/desktop/src/lib/keybinds/combo.test.ts +++ b/apps/desktop/src/lib/keybinds/combo.test.ts @@ -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.