Update jest version (#4846)

* Update jest version

* Update babel-jest version

* Use testURL: http://localhost in jest configs.

* Update to jest version 23.5

This version of jest includes a fix for https://github.com/jsdom/jsdom/issues/2304

* "testURL": "http://localhost" is default with jest v23.5
This commit is contained in:
Tore Hammervoll
2018-09-17 02:28:16 +02:00
committed by Dan Abramov
parent 7b7acde872
commit 11580f22f2
4 changed files with 6 additions and 6 deletions

View File

@@ -62,7 +62,7 @@
"text-table": "0.2.0"
},
"devDependencies": {
"jest": "22.4.3"
"jest": "23.5.0"
},
"scripts": {
"test": "jest"