Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-03-07 15:24:13 +0300
committerLuke Bennett <lbennett@gitlab.com>2019-03-07 15:24:13 +0300
commita69e191bd553617142285674e1e8be8c0e9d3e63 (patch)
treed4936e2483cb92eacbbf1451f3eeed1051478973 /doc/development/testing_guide/frontend_testing.md
parentc82758263a3478596fc9061f67d29011fba5e5d9 (diff)
Apply suggestion to doc/development/testing_guide/frontend_testing.md
Diffstat (limited to 'doc/development/testing_guide/frontend_testing.md')
-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 3cd16b55809..5b66e513a76 100644
--- a/doc/development/testing_guide/frontend_testing.md
+++ b/doc/development/testing_guide/frontend_testing.md
@@ -35,7 +35,7 @@ If your test exceeds that time, it will fail.
If you cannot improve the performance of the tests, you can increase the timeout
for a specific test using
-(`jest.setTimeout`)[https://jestjs.io/docs/en/jest-object#jestsettimeouttimeout].
+[`jest.setTimeout`](https://jestjs.io/docs/en/jest-object#jestsettimeouttimeout).
```javascript
beforeAll(() => {