summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-03-13 21:09:35 +0000
committerLuke Bennett <lbennett@gitlab.com>2019-03-13 21:09:35 +0000
commit14f625b35bed9c106f5c718d48c517d097776b00 (patch)
treea546ff9a275545f8d8862d64d22b5fac1cdfe112 /doc/development/testing_guide
parent1715622c054434abc752c7be11ec4daec9231d5a (diff)
downloadgitlab-ce-14f625b35bed9c106f5c718d48c517d097776b00.tar.gz
Fix jest link in frontend_testing.md
Diffstat (limited to 'doc/development/testing_guide')
-rw-r--r--doc/development/testing_guide/frontend_testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/frontend_testing.md b/doc/development/testing_guide/frontend_testing.md
index 9bfb1e69f9e..d4a2ac246c4 100644
--- a/doc/development/testing_guide/frontend_testing.md
+++ b/doc/development/testing_guide/frontend_testing.md
@@ -15,7 +15,7 @@ information on general testing practices at GitLab.
## Jest
-GitLab has started to migrate tests to the (Jest)[https://jestjs.io]
+GitLab has started to migrate tests to the [Jest](https://jestjs.io)
testing framework. You can read a [detailed evaluation](https://gitlab.com/gitlab-org/gitlab-ce/issues/49171)
of Jest compared to our use of Karma and Jasmine. In summary, it will allow us
to improve the performance and consistency of our frontend tests.