Closed dependencies[bot] closed 5 years ago
Merging #449 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #449 +/- ##
=======================================
Coverage 96.04% 96.04%
=======================================
Files 19 19
Lines 253 253
Branches 31 31
=======================================
Hits 243 243
Misses 10 10
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e1703b5...e4f36d3. Read the comment docs.
Overview
The following dependencies have been updated by dependencies.io:
jest
inpackage.json
from "24.6.0" to "24.7.0"Details
jest
This dependency is located in
package.json
and was updated from "24.6.0" to "24.7.0".24.7.0
### Features - `[jest/core, jest/test-sequencer]` Move `testSequencer` to individual package `@jest/test-sequencer` ([#8223](https://www.dependencies.io/github-redirect/facebook/jest/pull/8223)) - `[jest/core, jest-cli, jest-config]` Add option `testSequencer` allow user use custom sequencer. ([#8223](https://www.dependencies.io/github-redirect/facebook/jest/pull/8223)) ### Fixes - `[expect]` Add negative equality tests for iterables ([#8260](https://www.dependencies.io/github-redirect/facebook/jest/pull/8260)) - `[jest-haste-map]` Resolve fs watcher EMFILE error ([#8258](https://www.dependencies.io/github-redirect/facebook/jest/pull/8258)) ### Chore & Maintenance - `[expect]` Remove repetition of matcherName and options in matchers ([#8224](https://www.dependencies.io/github-redirect/facebook/jest/pull/8224)) ### Performance