Skip to content

Commit

Permalink
Formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankeairns authored Jan 17, 2019
1 parent 52dc874 commit 6f67f91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wiki/component-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ You can do this using Yeoman, or you can do it manually if you prefer.
end of the command like this:

`yarn run test-unit -- -u` will update your snapshots. To pass flags or other options you'll need
to follow the format of `yarn run test-unit -- [arguments]`. (Note: if you are experiencing failed builds in Jenkins related to snapshots, then try clearing the cache first `yarn run test-unit -- --clearCache`)
to follow the format of `yarn run test-unit -- [arguments]`.
Note: if you are experiencing failed builds in Jenkins related to snapshots, then try clearing the cache first `yarn run test-unit -- --clearCache`.

`yarn run test-unit -- --watch` watches for changes and runs the tests as you code.

Expand Down

0 comments on commit 6f67f91

Please sign in to comment.