File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 the case of ` --lastCommit ` , ` --findRelatedTests ` , or ` --onlyChanged ` options
1313 having been passed to the CLI
1414
15+ ### Fixes
16+ * ` [docs] ` Update mention of the minimal version of node supported [ #4947 ] ( https://github.com/facebook/jest/issues/4947 )
17+
1518### Chore & Maintenance
1619
1720* ` [filenames] ` Standardize folder names under ` integration-tests/ `
1821 ([ #5298 ] ( https://github.com/facebook/jest/pull/5298 ) )
1922
20-
2123## jest 22.0.6
2224
2325### Fixes
Original file line number Diff line number Diff line change @@ -299,9 +299,9 @@ option to `jasmine1` or pass `--testRunner=jasmine1` as a command line option.
299299
300300### Compatibility issues
301301
302- Jest takes advantage of new features added to Node 4 . We recommend that you
302+ Jest takes advantage of new features added to Node 6 . We recommend that you
303303upgrade to the latest stable release of Node. The minimum supported version is
304- ` v4 .0.0` . Versions ` 0.x.x ` are not supported.
304+ ` v6 .0.0` . Versions ` 0.x.x ` and ` 4 .x.x` are not supported.
305305
306306### ` coveragePathIgnorePatterns ` seems to not have any effect.
307307
You can’t perform that action at this time.
0 commit comments