We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do you want to request a feature or report a bug? Docs improvement
What is the current behavior? Global installation instance of jest cli is missing
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior? It should mention to install the jest cli https://jestjs.io/docs/en/getting-started.html#running-from-command-line
If this is a feature request, what is motivation or use case for changing the behavior? People should know that they need jest-cli
Please paste the results of webpack-cli info here, and mention other relevant information such as programming language.
webpack-cli info
webpack-cli info System: OS: macOS 10.14.3 CPU: (4) x64 Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz Binaries: Node: 10.14.1 - /usr/local/bin/node Yarn: 1.12.3 - /usr/local/bin/yarn npm: 6.4.1 - /usr/local/bin/npm Browsers: Chrome: 72.0.3626.119 Safari: 12.0.3 npmPackages: webpack: 4.x.x => 4.29.6 webpack-dev-server: ^3.1.10 => 3.2.1
Sending a quick PR. 😄
The text was updated successfully, but these errors were encountered:
docs(contributing): commands to install jest globally
18b7c2e
Add commands to install jest globally for running individual tests ISSUES CLOSED: webpack#775
docs(contributing): add yarn before running jest
126cf55
Add yarn before jest to grab the local binary of jest from node_modules to run individual tests ISSUES CLOSED: webpack#775
docs(contributing): update instructions to run individual tests
bc0297a
Add docs to either install jest or use the locally installed binaries from node_modules ISSUES CLOSED: webpack#775
b7cca58
Updated instructions to run individual tests in contributing.md ISSUES CLOSED: webpack#775
docs(contributing): : at the end of paragraphs
48d65fd
Added : at the end of paragraphs ISSUES CLOSED: webpack#775
Successfully merging a pull request may close this issue.
Do you want to request a feature or report a bug?
Docs improvement
What is the current behavior?
Global installation instance of jest cli is missing
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
It should mention to install the jest cli https://jestjs.io/docs/en/getting-started.html#running-from-command-line
If this is a feature request, what is motivation or use case for changing the behavior?
People should know that they need jest-cli
Please paste the results of
webpack-cli info
here, and mention other relevant information such as programming language.Sending a quick PR. 😄
The text was updated successfully, but these errors were encountered: