mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
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:
parent
fe71e32a87
commit
71e7eb3c16
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue