Commit 921d8678 authored by Winnie Hellmann's avatar Winnie Hellmann

Replace "need not" with "don't"

parent 245e5e60
......@@ -54,7 +54,7 @@ Unit tests are on the lowest abstraction level and typically test functionality
<details>
<summary>Vue components</summary>
Computed properties, methods, and lifecycle hooks can be considered an implementation detail of components and need not be tested.
Computed properties, methods, and lifecycle hooks can be considered an implementation detail of components and don't need to be tested.
They are implicitly covered by component tests.
The <a href="https://vue-test-utils.vuejs.org/guides/#getting-started">official guidelines</a> suggest the same.
</details>
......
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