Commit 63568626 authored by Winnie Hellmann's avatar Winnie Hellmann

Set timeout for Jest to 300ms

parent fac4d54f
const testTimeoutInMs = 0;
const testTimeoutInMs = 300;
jest.setTimeout(testTimeoutInMs);
let testStartTime;
......
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