Skip to content

Commit

Permalink
deps: Update jest to latest version
Browse files Browse the repository at this point in the history
KaTeX prints a spurious error message during testing. This is
ultimately due to a Jest configuration issue fixed in 21.0.0.

References:

 * KaTeX issue: KaTeX/KaTeX#664
 * Jest issue:  jestjs/jest#3937
 * Jest fix:    jestjs/jest@fcf64d79a
  • Loading branch information
rk-for-zulip committed Sep 27, 2019
1 parent 5b65424 commit 7270870
Show file tree
Hide file tree
Showing 2 changed files with 2,714 additions and 1,201 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^20.0.4"
"jest": "^24.9.0"
},
"dependencies": {
"katex": "^0.7.1",
Expand Down
Loading

0 comments on commit 7270870

Please sign in to comment.