Commit a69e191b authored by Luke Bennett's avatar Luke Bennett

Apply suggestion to doc/development/testing_guide/frontend_testing.md

parent c8275826
...@@ -35,7 +35,7 @@ If your test exceeds that time, it will fail. ...@@ -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 If you cannot improve the performance of the tests, you can increase the timeout
for a specific test using 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 ```javascript
beforeAll(() => { beforeAll(() => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment