You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/testing.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ describe('actions', () => {
148
148
149
149
### Testing Getters
150
150
151
-
If your getters have complicated computation, it is worth testing them. Getters are also very straightforward to test as same reason as mutations.
151
+
If your getters have complicated computation, it is worth testing them. Getters are also very straightforward to test for the same reason as mutations.
0 commit comments