Update types, tests

This commit is contained in:
Francisco Hodge
2021-03-16 00:40:23 -04:00
parent 8ba81892fe
commit cae07749f4
33 changed files with 1392 additions and 957 deletions
+3 -3
View File
@@ -17,11 +17,11 @@ it('Keyboard mergeDisplay will work', () => {
it('Keyboard function buttons will work', () => {
setDOM();
new Keyboard();
const keyboard = new Keyboard();
testLayoutFctButtons((fctBtnCount, fctBtnHasOnclickCount) => {
testLayoutFctButtons(keyboard, (fctBtnCount, fctBtnHasOnclickCount) => {
expect(fctBtnCount).toBe(fctBtnHasOnclickCount);
});
}, keyboard);
});
it('Keyboard {bksp} button will work', () => {