/jest-environment-jsdom-debug

Allows debugging of Jest tests with jsdom environment

Primary LanguageJavaScript

jest-environment-jsdom-debug

Allows debugging of Jest tests with jsdom environment

My preferred way to debug tests is using devtool

To test if this works for you

npm run devtool

Many Thanks to develar for the original code.