Update jest-environment-jsdom in / from 23.0.1 to 23.1.0 #314
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dependencies.io has updated
jest-environment-jsdom
(a npm dependency in/
) from "23.0.1" to "23.1.0".23.1.0
Features
[jest-cli]
shouldRunTestSuite watch hook now receives an object withconfig
,testPath
andduration
(#6350)[jest-each]
Support one dimensional array of data (#6351)[jest-watch]
create new packagejest-watch
to ease custom watch plugin development (#6318)[jest-circus]
Make hooks in empty describe blocks error (#6320)errorOnDeprecated
which makes calling deprecated APIs throw hepful error messages.Fixes
[jest-each]
Stop test title concatenating extra args (##6346)[expect]
toHaveBeenNthCalledWith/nthCalledWith gives wrong call messages if not matched (#6340)[jest-each]
Make sure invalid arguments toeach
points back to the user's code (#6347)[expect]
toMatchObject throws TypeError when a source property is null (#6313)[jest-cli]
Normalize slashes in paths in CLI output on Windows (#6310)[jest-cli]
Fix run beforeAll in excluded suites tests" mode. (#6234)[jest-haste-map
] Compute SHA-1s for non-tracked files when using Node crawler (#6264)Chore & Maintenance
[docs]
Improve documentation ofmockClear
,mockReset
, andmockRestore
(#6227)[jest-circus]
Add dependency on jest-each (#6309)[jest-each]
Refactor each to use shared implementation with core (#6345)[jest-each]
Update jest-each docs for serialising values into titles (#6337)[jest-circus]
Add dependency on jest-each (#6309)[filenames]
Rename "integration-tests" to "e2e" (#6315)[docs]
Mention the use of commit hash with--changedSince
flag (#6330)