Skip to content

voinik/cra-jest-abortcontroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published