From 90c86b31c9ff1ae4b4013fc6bd3e88b2914fbac7 Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Tue, 13 Nov 2018 12:33:04 +0000 Subject: Make it explicit that we are referencing official Vue guidelines --- doc/development/new_fe_guide/development/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/new_fe_guide/development/testing.md b/doc/development/new_fe_guide/development/testing.md index 633a48b41df..5e9cc9141d7 100644 --- a/doc/development/new_fe_guide/development/testing.md +++ b/doc/development/new_fe_guide/development/testing.md @@ -56,7 +56,7 @@ Unit tests are on the lowest abstraction level and typically test functionality Vue components 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 official guidelines suggest the same. + The official Vue guidelines suggest the same. ### What to mock in unit tests -- cgit v1.2.1