|
|
@@ -29,7 +29,7 @@ describe( 'Keyboard', () => {
|
|
|
expect( keyCodes ).to.include.keys(
|
|
|
'ctrl', 'cmd', 'shift', 'alt',
|
|
|
'arrowleft', 'arrowup', 'arrowright', 'arrowdown',
|
|
|
- 'backspace', 'delete', 'enter', 'esc', 'tab',
|
|
|
+ 'backspace', 'delete', 'enter', 'space', 'esc', 'tab',
|
|
|
'f1', 'f2', 'f3', 'f4', 'f5', 'f6', 'f7', 'f8', 'f9', 'f10', 'f11', 'f12'
|
|
|
);
|
|
|
} );
|