Skip to content

Commit 1be5585

Browse files
committed
Fixed wrong debugger command
1 parent fccf3a9 commit 1be5585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
3. If you've fixed a bug or added code that should be tested, add tests!
1010
4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development.
1111
5. Run `yarn test --prod` to test in the production environment. It supports the same options as `yarn test`.
12-
6. If you need a debugger, run `yarn debug-test --watch TestName`, open `chrome://inspect`, and press "Inspect".
12+
6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect".
1313
7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`).
1414
8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files.
1515
9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`).

0 commit comments

Comments
 (0)