Merge branch 'docs-fe-jest-link-fix' into 'master'
Fix jest link in frontend_testing.md See merge request gitlab-org/gitlab-ce!26129
This commit is contained in:
commit
cee71371a1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue