Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 312 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 312 Bytes

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.