test(ui): repair current main test baseline (#3191)
This commit is contained in:
@@ -8,8 +8,8 @@ import {
|
||||
} from './shortcuts';
|
||||
|
||||
describe('getEffectiveShortcutPrefix', () => {
|
||||
test('falls back to the action default (bare mod) when unset', () => {
|
||||
expect(getEffectiveShortcutPrefix('switch_context_surface', {})).toBe('mod');
|
||||
test('falls back to the action default (bare mod+alt) when unset', () => {
|
||||
expect(getEffectiveShortcutPrefix('switch_context_surface', {})).toBe('mod+alt');
|
||||
});
|
||||
|
||||
test('honors modifier + key overrides', () => {
|
||||
|
||||
Reference in New Issue
Block a user