-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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 a note about vscode-jest #1126
Conversation
It's not yet being worked on (planned for early next year?) but I don't want to overpromise right now :) |
Cool - removed 👍 |
@@ -677,6 +678,12 @@ The watcher includes an interactive command-line interface with the ability to r | |||
|
|||
![Jest watch mode](http://facebook.github.io/jest/img/blog/15-watch.gif) | |||
|
|||
### Editor Integration | |||
|
|||
If you use [Visual Studio's Code](https://code.visualstudio.com), there is a [Jest extension](https://github.com/orta/vscode-jest) which works with Create React Apps out of the box. This provides a lot of IDE-like features while using a text editor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's Visual Studio Code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"with Create React Apps" -> "with Create React App"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This provides a lot of IDE-like features while using a text editor.
Can you be a bit more specific?
Yep - sure, updated 👍 |
@@ -677,6 +678,12 @@ The watcher includes an interactive command-line interface with the ability to r | |||
|
|||
![Jest watch mode](http://facebook.github.io/jest/img/blog/15-watch.gif) | |||
|
|||
### Editor Integration | |||
|
|||
If you use [Visual Studio Code](https://code.visualstudio.com), there is a [Jest extension](https://github.com/orta/vscode-jest) which works with Create React App out of the box. This provides a lot of IDE-like features while using a text editor: Showing the status of a test run with potential fail messages inline, starting and stopping the watcher automatically, and offering one-click snapshot updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Showing -> showing
@@ -32,6 +32,7 @@ You can find the most recent version of this guide [here](https://github.com/fac | |||
- [Running Tests](#running-tests) | |||
- [Filename Conventions](#filename-conventions) | |||
- [Command Line Interface](#command-line-interface) | |||
- [Editor Integration](#editor-integration) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move this to be the last section in Running Tests
Cool - all changes done 👍 |
Nice, thanks! |
Adds a note about VS Code Jest, didn't try to pitch too hard, given that at this stage of the doc you don't know too much about Jest other than the watcher.
@cpojer your call on the "Similar support for Nuclide is in the works" otherwise I'm happy to remove it.
Screenshot looks like: