summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/development/fe_guide/testing.md1
1 files changed, 1 insertions, 0 deletions
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.