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