Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart authored Apr 7, 2018
1 parent 60917ae commit 58301d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/cookbook/unit-testing-vue-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ The below example improves the test by:

- only making one assertion per `it` block
- having short, clear test descriptions
- providing only the minimum data requires for the test
- providing only the minimum data required for the test
- refactoring duplicated logic (creating the `wrapper` and setting the `username` variable) into a factory function

*Updated test*:
Expand Down

0 comments on commit 58301d6

Please sign in to comment.