summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-17 09:37:43 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-17 09:37:43 +0000
commita34f1a72c94d9af216c00ceb207632299d56b7f0 (patch)
tree579c36be446c2ad4689f42dc96a68f17a574f038
parent01b490fa97026b0ff14181d2dd0466fa13827afb (diff)
downloadgitlab-ce-update-fe_guide-testing.tar.gz
Update testing.md to add spacing between testing triangle and its captionupdate-fe_guide-testing
-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.