Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jest in / from 23.1.0 to 23.2.0 #76

Merged
merged 1 commit into from
Jul 3, 2018
Merged

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Jul 3, 2018

Dependencies.io has updated jest (a npm dependency in /) from "23.1.0" to "23.2.0".

23.2.0

Features

  • [jest-each] Add support for keyPaths in test titles (#6457)
  • [jest-cli] Add jest --init option that generates a basic configuration file with a short description for each option (#6442)
  • [jest.retryTimes] Add jest.retryTimes() option that allows failed tests to be retried n-times when using jest-circus. (#6498)

Fixes

  • [jest-cli] Add check to make sure one or more tests have run before notifying when using --notify (#6495)
  • [jest-cli] Pass globalConfig as a parameter to globalSetup and globalTeardown functions (#6486)
  • [jest-config] Add missing options to the defaults object (#6428)
  • [expect] Using symbolic property names in arrays no longer causes the toEqual matcher to fail (#6391)
  • [expect] toEqual no longer tries to compare non-enumerable symbolic properties, to be consistent with non-symbolic properties. (#6398)
  • [jest-util] console.timeEnd now properly log elapsed time in milliseconds. (#6456)
  • [jest-mock] Fix MockNativeMethods access in react-native jest.mock() (#6505)

Chore & Maintenance

  • [docs] Add jest-each docs for 1 dimensional arrays (#6444)

@codecov-io
Copy link

codecov-io commented Jul 3, 2018

Codecov Report

Merging #76 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   96.55%   96.55%           
=======================================
  Files           9        9           
  Lines         319      319           
  Branches       57       57           
=======================================
  Hits          308      308           
  Misses         11       11

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 50ea869...d2e7f18. Read the comment docs.

@matteofigus matteofigus merged commit 3529255 into master Jul 3, 2018
@matteofigus matteofigus deleted the jest-23.2.0-230.0.0 branch July 3, 2018 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants