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

File diff suppressed because one or more lines are too long

10
build/index.d.ts vendored
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).

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4168
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -73,7 +73,7 @@
"fs-extra": "9.0.1",
"html-webpack-plugin": "4.4.1",
"identity-obj-proxy": "3.0.0",
"jest": "26.2.2",
"jest": "26.4.2",
"jest-environment-jsdom-fourteen": "1.0.1",
"jest-resolve": "26.4.0",
"jest-watch-typeahead": "0.6.0",