Skip to content

Commit

Permalink
docs: remove duplicate sentence (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
altescape committed Jan 10, 2023
1 parent adac9be commit 742d374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/essentials/easy-to-test.md
Expand Up @@ -28,7 +28,7 @@ Notice how this list does not include elements such as internal methods, interme

The rule of thumb is that **a test should not break on a refactor**, that is, when we change its internal implementation without changing its behavior. If that happens, the test might rely on implementation details.

For example, let's assume a basic Counter component that features a button to increment a counter. We could write the following test:
For example, let's assume a basic Counter component that features a button to increment a counter:

```vue
<template>
Expand Down

0 comments on commit 742d374

Please sign in to comment.