Coverage remained the same at 100.0% when pulling 9173c8826b0fb72289c61f6d5c127e253d9a3d48 on renovate/jest-monorepo into 2d8b529811bed7f752d0fd97980a830f0d3a9bf0 on master.
Coverage remained the same at 100.0% when pulling 9173c8826b0fb72289c61f6d5c127e253d9a3d48 on renovate/jest-monorepo into 2d8b529811bed7f752d0fd97980a830f0d3a9bf0 on master.
This Pull Request updates dependency jest from
v23.2.0
tov23.3.0
Note: This PR was created on a configured schedule ("before 3am on Monday") and will not receive updates outside those times.
Release Notes
### [`v23.3.0`](https://github.com/facebook/jest/blob/master/CHANGELOG.md#2330) [Compare Source](https://github.com/facebook/jest/compare/v23.2.0...v23.3.0) ##### Features - `[jest-cli]` Allow watch plugin to be configured ([#6603](`https://github.com/facebook/jest/pull/6603`)) - `[jest-snapshot]` Introduce `toMatchInlineSnapshot` and `toThrowErrorMatchingInlineSnapshot` matchers ([#6380](`https://github.com/facebook/jest/pull/6380`)) ##### Fixes - `[jest-regex-util]` Improve handling already escaped path separators on Windows ([#6523](`https://github.com/facebook/jest/pull/6523`)) - `[jest-cli]` Fix `testNamePattern` value with interactive snapshots ([#6579](`https://github.com/facebook/jest/pull/6579`)) - `[jest-cli]` Fix enter to interrupt watch mode ([#6601](`https://github.com/facebook/jest/pull/6601`)) ##### Chore & Maintenance - `[website]` Switch domain to https://jestjs.io ([#6549](`https://github.com/facebook/jest/pull/6549`)) - `[tests]` Improve stability of `yarn test` on Windows ([#6534](`https://github.com/facebook/jest/pull/6534`)) - `[*]` Transpile object shorthand into Node 4 compatible syntax ([#6582](`https://github.com/facebook/jest/pull/6582`)) - `[*]` Update all legacy links to jestjs.io ([#6622](`https://github.com/facebook/jest/pull/6622`)) - `[docs]` Add docs for 23.1, 23.2, and 23.3 ([#6623](`https://github.com/facebook/jest/pull/6623`)) - `[website]` Only test/deploy website if relevant files are changed ([#6626](`https://github.com/facebook/jest/pull/6626`)) - `[docs]` Describe behavior of `resetModules` option when set to `false` ([#6641](`https://github.com/facebook/jest/pull/6641`)) ---This PR has been generated by Renovate Bot.