From a34f1a72c94d9af216c00ceb207632299d56b7f0 Mon Sep 17 00:00:00 2001 From: "Luke \"Jared\" Bennett" Date: Wed, 17 May 2017 09:37:43 +0000 Subject: Update testing.md to add spacing between testing triangle and its caption --- doc/development/fe_guide/testing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/development/fe_guide/testing.md b/doc/development/fe_guide/testing.md index b88ab6dcb2a..5852cac2aa5 100644 --- a/doc/development/fe_guide/testing.md +++ b/doc/development/fe_guide/testing.md @@ -11,6 +11,7 @@ for example, if you are testing styling, animation or small actions that don't i you should write an integration test using Jasmine. ![Testing priority triangle](img/testing_triangle.png) + _This diagram demonstrates the relative priority of each test type we use_ Regression tests should be written for bug fixes to prevent them from recurring in the future. -- cgit v1.2.1