Skip to content

Commit

Permalink
Merge a6b9caa into daa76cb
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffEmery committed Nov 9, 2021
2 parents daa76cb + a6b9caa commit 3408c2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,8 @@ If the above did not resolve your issue, please see the [self-diagnosis](#self-d
<details>
<summary><a id='self-diagnosis'></a>The extension is not behaving as expected, what is going on? (try self diagnosis)</summary>

If your can execute jest tests on command line but vscode-jest was not running as expected, here is what you can do to find out more information:
If you can execute jest tests on command line but vscode-jest was not running as expected, here is what you can do to find out more information:
- [Try configuring the `jest.jestCommandLine`](#jestcommandline) with `yarn test` or `npm run test --`. The extension can auto-config common configurations like create react apps but not custom scripts like [CRACO](https://github.com/gsoft-inc/craco).
- You can see jest process output with either one of the methods:
- If you uses TestExplorer, you can see color coded jest output from the TestExplorer's Output terminal (the square arrow icon on the top of the Explorer View)
- Otherwise you can see the output in "OUTPUT" channel, which is usually named after the workspace folder, such as `Jest (your-workspace-name)`. Or you can click on `Jest` label on status bar to show Jest Output window. This will show you the jest run output and the errors.
Expand Down

0 comments on commit 3408c2d

Please sign in to comment.