diff --git a/docs/GlobalAPI.md b/docs/GlobalAPI.md index 6800dc752c6c..220985c9053e 100644 --- a/docs/GlobalAPI.md +++ b/docs/GlobalAPI.md @@ -471,7 +471,7 @@ Also under the alias: `it.concurrent(name, fn, timeout)` Use `test.concurrent` if you want the test to run concurrently. -> Note: `test.concurrent` is considered experimental - see [here])https://github.com/facebook/jest/labels/Area%3A%20Concurrent) for details on missing features and other issues +> Note: `test.concurrent` is considered experimental - see [here](https://github.com/facebook/jest/labels/Area%3A%20Concurrent) for details on missing features and other issues The first argument is the test name; the second argument is an asynchronous function that contains the expectations to test. The third argument (optional) is `timeout` (in milliseconds) for specifying how long to wait before aborting. _Note: The default timeout is 5 seconds._ diff --git a/website/versioned_docs/version-26.4/GlobalAPI.md b/website/versioned_docs/version-26.4/GlobalAPI.md index f4aa940b0df8..1d993f50b1c9 100644 --- a/website/versioned_docs/version-26.4/GlobalAPI.md +++ b/website/versioned_docs/version-26.4/GlobalAPI.md @@ -472,7 +472,7 @@ Also under the alias: `it.concurrent(name, fn, timeout)` Use `test.concurrent` if you want the test to run concurrently. -> Note: `test.concurrent` is considered experimental - see [here])https://github.com/facebook/jest/labels/Area%3A%20Concurrent) for details on missing features and other issues +> Note: `test.concurrent` is considered experimental - see [here](https://github.com/facebook/jest/labels/Area%3A%20Concurrent) for details on missing features and other issues The first argument is the test name; the second argument is an asynchronous function that contains the expectations to test. The third argument (optional) is `timeout` (in milliseconds) for specifying how long to wait before aborting. _Note: The default timeout is 5 seconds._