-
Notifications
You must be signed in to change notification settings - Fork 507
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- upgrade jest, ts-jest, @types/jest, and jest-watch-typeahead - Jest 25 changes exports so change internal import to handle properly - Jest 25 drops support for Node <8 that doesn't impact us - we only support Node 10+ anyway - Jest 25 upgrades JSDOM from v11 to v15, which is potentially breaking for any users that relied on some older behavior - yarn.lock changed heavily - from a look-over, many are from babel-jest (which is included with Jest) upgrading its Babel deps, some from istanbul for coverage, and lots of other transitive deps I can't really tell from a glance
- Loading branch information
Showing
4 changed files
with
1,119 additions
and
1,098 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.