Update jest to 22 and support watchPathIgnorePatterns configuration (#3124)

* update jest to 21.0.2 to support watchPathIgnorePatterns configuration

* update jest to 21.1.0

* Try bumping Jest

* Bump babel-jest

* Try to debug weird CI failure

* Remove debug code

* Bump other Jest packages

* ffs

* temp

* Revert "temp"

This reverts commit 62aec9ac1ae70a995a89548feb7ac7870e5324c0.
This commit is contained in:
aisensiy
2018-01-11 15:49:30 +08:00
committed by Joe Haddad
parent 3c79497eb0
commit 776d2d6036
4 changed files with 5 additions and 4 deletions

View File

@@ -56,7 +56,7 @@
"text-table": "0.2.0"
},
"devDependencies": {
"jest": "20.0.4"
"jest": "22.0.5"
},
"scripts": {
"test": "jest"