-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Add docs for 23.1, 23.2, and 23.3 #6623
Conversation
Needs a |
Website preview on Netlify has been added. For this PR, the preview is available at https://deploy-preview-6623--jest-preview.netlify.com/ Moving forward, all Jest previews for PRs can be found at |
BEAUTY THANKS @yangshun |
# Conflicts: # CHANGELOG.md
@yangshun that's awesome! The search doesn't work, but maybe that's expected?
|
@SimenB Right. I believe search won't work because the there is no relationship (canonical or redirect) from the Netlify site to the actual Jest site. |
Caused by this Unlike docusaurus, the algolia api key is hidden in jest. We can consider exposing it. Its easily found on chrome devtools - check the algolia query network at jestjs.io by the way
Edit: You might want to change to 23.3 as well. |
Codecov Report
@@ Coverage Diff @@
## master #6623 +/- ##
=======================================
Coverage 63.73% 63.73%
=======================================
Files 235 235
Lines 8935 8935
Branches 4 3 -1
=======================================
Hits 5695 5695
Misses 3239 3239
Partials 1 1 Continue to review full report at Codecov.
|
Why in the name of every diety is the approve button at the bottom on mobile? I literally scrolled for a minute waiting for the stupid radio button to render. Old fashioned LGTM (looked at the new commits instead) |
Sorry for the trouble of manually adding the version number. facetFilters: ['language:LANGUAGE', 'version:23.3'], When we release Docusaurus 1.3.2, let's update jest docusaurus & automatically search the correct version depending on user's current chosen version with facetFilters: ['language:LANGUAGE', 'version:VERSION'], It will be easier to debug the cause of broken |
This Pull Request renovates the package group "jest monorepo". - [jest-environment-node](https://github.com/facebook/jest) (`devDependencies`): from `23.2.0` to `23.3.0` - [jest](https://github.com/facebook/jest) (`devDependencies`): from `23.2.0` to `23.3.0` # Release Notes <details> <summary>facebook/jest</summary> ### [`v23.3.0`](https://github.com/facebook/jest/blob/master/CHANGELOG.md#​2330) [Compare Source](jestjs/jest@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`)) --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com).
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
This PR adds missing docs for previous versions and bumps latest on the site to 23.3