Skip to content
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

docs: fix webpack name #13049

Merged
merged 2 commits into from Jul 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/Webpack.md
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion website/blog/2016-06-22-jest-13.md
Expand Up @@ -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!
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/blog/2018-06-27-supporting-jest-open-source.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-25.x/Webpack.md
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion website/versioned_docs/version-26.x/Webpack.md
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.x/Webpack.md
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion website/versioned_docs/version-28.0/Webpack.md
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion website/versioned_docs/version-28.1/Webpack.md
Expand Up @@ -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).