Commit 5cdb87aa authored by Jonathan Schafer's avatar Jonathan Schafer

Update doc/development/testing_guide/frontend_testing.md

parent 30d72b13
...@@ -759,7 +759,7 @@ While you work on a test suite, you may want to run these specs in watch mode, s ...@@ -759,7 +759,7 @@ While you work on a test suite, you may want to run these specs in watch mode, s
# Watch and rerun all specs matching the name icon # Watch and rerun all specs matching the name icon
yarn jest --watch icon yarn jest --watch icon
# Watch and rerun one specifc file # Watch and rerun one specific file
yarn jest --watch path/to/spec/file.spec.js yarn jest --watch path/to/spec/file.spec.js
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment