This commit is contained in:
Francisco Hodge
2020-12-21 19:24:56 -05:00
parent 9be8a095e0
commit 1166a2824f
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1376,7 +1376,7 @@ it('Keyboard buttonAttribute will warn about invalid entries', () => {
it('Keyboard recurseButtons will not work without a valid param', () => {
setDOM();
const keyboard = new Keyboard();
expect(keyboard.recurseButtons()).toBe(false);
expect(keyboard.recurseButtons()).toBeFalsy();
});
it('Keyboard will not work with a DOM element param without class', () => {