summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-03-13 21:07:20 +0000
committerLuke Bennett <lbennett@gitlab.com>2019-03-13 21:07:20 +0000
commite172eecb21e412bd66e1b7776c60c1f7b3b117d1 (patch)
treea546ff9a275545f8d8862d64d22b5fac1cdfe112
parent1715622c054434abc752c7be11ec4daec9231d5a (diff)
downloadgitlab-ce-jest-link-fix.tar.gz
Fix jest link in frontend_testing.mdjest-link-fix
-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.