Skip to content

Commit

Permalink
Removed windows instructions for debugging from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Aug 24, 2022
1 parent 9dfedbb commit d123198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Run `yarn test` to run the tests once. To run tests on file changes, run `yarn t

To enable debugger [via Chrome DevTools](https://jestjs.io/docs/troubleshooting#tests-are-failing-and-you-dont-know-why):

1. run `yarn test:debug` (for Windows: `yarn test:debug:windows`)
1. run `yarn test:debug`
2. navigate to `chrome://inspect`
3. click "Open Dedicated DevTools for Node". Keep the DevTools window open
4. stop/rerun the tests as needed
Expand Down

0 comments on commit d123198

Please sign in to comment.