From e1b8c28d520222d418bdfffdff2c8826344fbd66 Mon Sep 17 00:00:00 2001 From: Max Slotov Date: Thu, 21 Jul 2022 15:55:58 +0300 Subject: [PATCH 1/2] docs: fix webpack name --- README.md | 2 +- docs/Webpack.md | 2 +- website/blog/2016-06-22-jest-13.md | 2 +- .../blog/2018-05-29-jest-23-blazing-fast-delightful-testing.md | 2 +- website/blog/2018-06-27-supporting-jest-open-source.md | 2 +- website/versioned_docs/version-25.x/Webpack.md | 2 +- website/versioned_docs/version-26.x/Webpack.md | 2 +- website/versioned_docs/version-27.x/Webpack.md | 2 +- website/versioned_docs/version-28.0/Webpack.md | 2 +- website/versioned_docs/version-28.1/Webpack.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 18868708d026..ecebe303fbfa 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ - [Additional Configuration](#additional-configuration) - [Generate a basic configuration file](#generate-a-basic-configuration-file) - [Using Babel](#using-babel) - - [Using Webpack](#using-webpack) + - [Using webpack](#using-webpack) - [Using Parcel](#using-parcel) - [Using Typescript](#using-typescript) - [Documentation](#documentation) diff --git a/docs/Webpack.md b/docs/Webpack.md index 533e5b653ac1..71f9cc607b8f 100644 --- a/docs/Webpack.md +++ b/docs/Webpack.md @@ -219,4 +219,4 @@ If you use dynamic imports (`import('some-file.js').then(module => ...)`), you n } ``` -For an example of how to use Jest with Webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferabowd/jest_react_redux_node_webpack_complex_example). +For an example of how to use Jest with webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferabowd/jest_react_redux_node_webpack_complex_example). diff --git a/website/blog/2016-06-22-jest-13.md b/website/blog/2016-06-22-jest-13.md index 855c2f927328..2cf9af2ccdf5 100644 --- a/website/blog/2016-06-22-jest-13.md +++ b/website/blog/2016-06-22-jest-13.md @@ -25,4 +25,4 @@ With the help of [lerna](https://github.com/lerna/lerna), we continued to modula - Added the duration of individual tests in verbose mode. - Added the ability to record snapshots in Jest. We'll be publishing a separate blog post about this feature soon. -Finally, we have received a complete website redesign done by Matthew Johnston and added documentation for using [Jest with Webpack](/docs/webpack). Happy Jesting! +Finally, we have received a complete website redesign done by Matthew Johnston and added documentation for using [Jest with webpack](/docs/webpack). Happy Jesting! diff --git a/website/blog/2018-05-29-jest-23-blazing-fast-delightful-testing.md b/website/blog/2018-05-29-jest-23-blazing-fast-delightful-testing.md index e1a94d49645c..88b758e754ff 100644 --- a/website/blog/2018-05-29-jest-23-blazing-fast-delightful-testing.md +++ b/website/blog/2018-05-29-jest-23-blazing-fast-delightful-testing.md @@ -7,7 +7,7 @@ authorFBID: 160800566 Today we are excited to announce Jest 23, our largest major release to date! Together with over 100 contributors, we've shipped a ton of features and bug fixes. Thank you to everyone in the community for helping make JavaScript Testing Delightful. -We would also like to welcome both [Babel](https://babeljs.io/) and [Webpack](https://webpack.js.org/) to the Jest community! After converting from Mocha to Jest 23 Beta, Webpack saw their total test suite time reduced 6x from over 13 minutes to 2 minutes 20 seconds. [#blazingmeansgood](https://twitter.com/search?q=%23blazingmeansgood) +We would also like to welcome both [Babel](https://babeljs.io/) and [webpack](https://webpack.js.org/) to the Jest community! After converting from Mocha to Jest 23 Beta, webpack saw their total test suite time reduced 6x from over 13 minutes to 2 minutes 20 seconds. [#blazingmeansgood](https://twitter.com/search?q=%23blazingmeansgood) Here's are some of the Jest 23 highlights and breaking changes. diff --git a/website/blog/2018-06-27-supporting-jest-open-source.md b/website/blog/2018-06-27-supporting-jest-open-source.md index 2935b0f55f52..c3ec31ad6adb 100644 --- a/website/blog/2018-06-27-supporting-jest-open-source.md +++ b/website/blog/2018-06-27-supporting-jest-open-source.md @@ -21,7 +21,7 @@ In this post we'll outline what the Jest Open Collective is, the structure, and ![Banner image for Jest Open Collective](/img/blog/collective.png) -Open Collective is a platform to manage groups of people transparently. Jest joins projects like [Webpack](https://opencollective.com/webpack), [Babel](https://opencollective.com/babel), [Mocha](https://opencollective.com/mochajs), [Preact](https://opencollective.com/preact), [Vue](https://opencollective.com/vuejs), and many more in supporting the open source community through the Open Collective platform. +Open Collective is a platform to manage groups of people transparently. Jest joins projects like [webpack](https://opencollective.com/webpack), [Babel](https://opencollective.com/babel), [Mocha](https://opencollective.com/mochajs), [Preact](https://opencollective.com/preact), [Vue](https://opencollective.com/vuejs), and many more in supporting the open source community through the Open Collective platform. ## What is the Jest Open Collective diff --git a/website/versioned_docs/version-25.x/Webpack.md b/website/versioned_docs/version-25.x/Webpack.md index 1838ce89b222..609f7989fd85 100644 --- a/website/versioned_docs/version-25.x/Webpack.md +++ b/website/versioned_docs/version-25.x/Webpack.md @@ -218,4 +218,4 @@ If you use dynamic imports (`import('some-file.js').then(module => ...)`), you n } ``` -For an example of how to use Jest with Webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferabowd/jest_react_redux_node_webpack_complex_example). +For an example of how to use Jest with webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferabowd/jest_react_redux_node_webpack_complex_example). diff --git a/website/versioned_docs/version-26.x/Webpack.md b/website/versioned_docs/version-26.x/Webpack.md index 1838ce89b222..609f7989fd85 100644 --- a/website/versioned_docs/version-26.x/Webpack.md +++ b/website/versioned_docs/version-26.x/Webpack.md @@ -218,4 +218,4 @@ If you use dynamic imports (`import('some-file.js').then(module => ...)`), you n } ``` -For an example of how to use Jest with Webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferabowd/jest_react_redux_node_webpack_complex_example). +For an example of how to use Jest with webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferabowd/jest_react_redux_node_webpack_complex_example). diff --git a/website/versioned_docs/version-27.x/Webpack.md b/website/versioned_docs/version-27.x/Webpack.md index 1838ce89b222..609f7989fd85 100644 --- a/website/versioned_docs/version-27.x/Webpack.md +++ b/website/versioned_docs/version-27.x/Webpack.md @@ -218,4 +218,4 @@ If you use dynamic imports (`import('some-file.js').then(module => ...)`), you n } ``` -For an example of how to use Jest with Webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferabowd/jest_react_redux_node_webpack_complex_example). +For an example of how to use Jest with webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferabowd/jest_react_redux_node_webpack_complex_example). diff --git a/website/versioned_docs/version-28.0/Webpack.md b/website/versioned_docs/version-28.0/Webpack.md index 533e5b653ac1..71f9cc607b8f 100644 --- a/website/versioned_docs/version-28.0/Webpack.md +++ b/website/versioned_docs/version-28.0/Webpack.md @@ -219,4 +219,4 @@ If you use dynamic imports (`import('some-file.js').then(module => ...)`), you n } ``` -For an example of how to use Jest with Webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferabowd/jest_react_redux_node_webpack_complex_example). +For an example of how to use Jest with webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferabowd/jest_react_redux_node_webpack_complex_example). diff --git a/website/versioned_docs/version-28.1/Webpack.md b/website/versioned_docs/version-28.1/Webpack.md index 533e5b653ac1..71f9cc607b8f 100644 --- a/website/versioned_docs/version-28.1/Webpack.md +++ b/website/versioned_docs/version-28.1/Webpack.md @@ -219,4 +219,4 @@ If you use dynamic imports (`import('some-file.js').then(module => ...)`), you n } ``` -For an example of how to use Jest with Webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferabowd/jest_react_redux_node_webpack_complex_example). +For an example of how to use Jest with webpack with React, Redux, and Node, you can view one [here](https://github.com/jenniferabowd/jest_react_redux_node_webpack_complex_example). From 20338884be4b69eecc828e52cd59b32dda1381e3 Mon Sep 17 00:00:00 2001 From: Max Slotov Date: Thu, 21 Jul 2022 16:02:57 +0300 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a227822b25b..6e7d81fe0def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - `[*]` [**BREAKING**] Drop support for Node v12 and v17 ([#13033](https://github.com/facebook/jest/pull/13033)) - `[jest-leak-detector]` Remove support for `weak-napi` ([#13035](https://github.com/facebook/jest/pull/13035)) +- `[docs]` Fix webpack name ([#13049](https://github.com/facebook/jest/pull/13049)) ### Performance