From c0aeff042e49d81fa78ceec89fa43139ac30f54f Mon Sep 17 00:00:00 2001 From: Mark Florian Date: Wed, 28 Aug 2019 12:08:42 +0100 Subject: Apply review suggestions - Reword relationship between Jest/Karma/Jasmine - Prefer inline URLs, per the [docs] [docs]: https://docs.gitlab.com/ee/development/documentation/styleguide.html#links --- doc/development/testing_guide/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/development/testing_guide/index.md b/doc/development/testing_guide/index.md index f8a812abb50..173471e3af8 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 [Jest], [Karma] and [Jasmine] for JavaScript unit and +On the frontend side, we're using [Jest](https://jestjs.io/) and [Karma](http://karma-runner.github.io/)/[Jasmine](https://jasmine.github.io/) for JavaScript unit and integration testing. Following are two great articles that everyone should read to understand what @@ -64,7 +64,4 @@ 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 -- cgit v1.2.1