Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 431 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 431 Bytes

CRA jest bug

Make sure you have Node v16.13.0 and all the repo's packages installed.

Then please run npm test and verify that the test completes successfully.

Next, please try to reproducte the bug by adding this somewhere to your packcage json:

"jest": {
    "testEnvironment": "node"
  },

And then running npm test again and verify that the test fails because:

ReferenceError: AbortController is not defined