summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Florian <mflorian@gitlab.com>2019-08-28 09:02:05 +0100
committerMark Florian <mflorian@gitlab.com>2019-08-28 09:02:05 +0100
commit54529ab52216a649df9dcced5a939825bd944b24 (patch)
treef5a0abd6dfe6b27607248cf8e63b42df1f1cfe5c
parent96f2b646f05a106c97527981b1f7b192c2724846 (diff)
downloadgitlab-ce-54529ab52216a649df9dcced5a939825bd944b24.tar.gz
Mention Jest in testing guide docs
-rw-r--r--doc/development/testing_guide/index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/development/testing_guide/index.md b/doc/development/testing_guide/index.md
index 96e8c30a679..f8a812abb50 100644
--- a/doc/development/testing_guide/index.md
+++ b/doc/development/testing_guide/index.md
@@ -13,7 +13,7 @@ importance.
GitLab is built on top of [Ruby on Rails](https://rubyonrails.org/), and we're using [RSpec] for all
the backend tests, with [Capybara] for end-to-end integration testing.
-On the frontend side, we're using [Karma] and [Jasmine] for JavaScript unit and
+On the frontend side, we're using [Jest], [Karma] and [Jasmine] for JavaScript unit and
integration testing.
Following are two great articles that everyone should read to understand what
@@ -64,6 +64,7 @@ Everything you should know about how to run end-to-end tests using
[RSpec]: https://github.com/rspec/rspec-rails#feature-specs
[Capybara]: https://github.com/teamcapybara/capybara
+[Jest]: https://jestjs.io/
[Karma]: http://karma-runner.github.io/
[Jasmine]: https://jasmine.github.io/
[gitlab-qa]: https://gitlab.com/gitlab-org/gitlab-qa