Update Jest

This commit is contained in:
Francisco Hodge
2020-09-03 00:08:24 -04:00
parent 1bb4dcc21a
commit b7ab48e082
6 changed files with 2124 additions and 2082 deletions
+10
View File
@@ -226,6 +226,16 @@ declare module 'simple-keyboard' {
*/
setCaretPosition(position: number, positionEnd?: number): void;
/**
* Retrieves the internal caret position
*/
getCaretPosition(): number;
/**
* Retrieves the internal end caret position
*/
getCaretPositionEnd(): number;
/**
* Adds/Modifies an entry to the `buttonTheme`. Basically a way to add a class to a button.
* @param {string} buttons List of buttons to select (separated by a space).