diff options
author | Mark Florian <mflorian@gitlab.com> | 2019-08-28 12:08:42 +0100 |
---|---|---|
committer | Mark Florian <mflorian@gitlab.com> | 2019-08-28 12:08:42 +0100 |
commit | c0aeff042e49d81fa78ceec89fa43139ac30f54f (patch) | |
tree | 773fd349ee652ec3e4c703381c8dbeac66d38bd1 | |
parent | 54529ab52216a649df9dcced5a939825bd944b24 (diff) | |
download | gitlab-ce-docs/mention-jest-in-testing-guide.tar.gz |
Apply review suggestionsdocs/mention-jest-in-testing-guide
- Reword relationship between Jest/Karma/Jasmine
- Prefer inline URLs, per the [docs]
[docs]: https://docs.gitlab.com/ee/development/documentation/styleguide.html#links
-rw-r--r-- | doc/development/testing_guide/index.md | 5 |
1 files changed, 1 insertions, 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 |