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

Add a note about vscode-jest #1126

Merged
merged 1 commit into from
Dec 1, 2016
Merged

Add a note about vscode-jest #1126

merged 1 commit into from
Dec 1, 2016

Conversation

orta
Copy link
Contributor

@orta orta commented Dec 1, 2016

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:
screen shot 2016-12-01 at 13 15 57

@cpojer
Copy link
Contributor

cpojer commented Dec 1, 2016

It's not yet being worked on (planned for early next year?) but I don't want to overpromise right now :)

@orta
Copy link
Contributor Author

orta commented Dec 1, 2016

Cool - removed 👍

@@ -677,6 +678,12 @@ The watcher includes an interactive command-line interface with the ability to r

![Jest watch mode](http:https://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.
Copy link
Contributor

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

Copy link
Contributor

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"

Copy link
Contributor

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?

@orta
Copy link
Contributor Author

orta commented Dec 1, 2016

Yep - sure, updated 👍

@@ -677,6 +678,12 @@ The watcher includes an interactive command-line interface with the ability to r

![Jest watch mode](http:https://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.
Copy link
Contributor

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)
Copy link
Contributor

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

@orta
Copy link
Contributor Author

orta commented Dec 1, 2016

Cool - all changes done 👍

@gaearon gaearon merged commit 9ce0aa5 into facebook:master Dec 1, 2016
@gaearon
Copy link
Contributor

gaearon commented Dec 1, 2016

Nice, thanks!

alexdriaguine pushed a commit to alexdriaguine/create-react-app that referenced this pull request Jan 23, 2017
randycoulman pushed a commit to CodingZeal/create-react-app that referenced this pull request May 8, 2017
@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants