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) · 338 Bytes

File metadata and controls

11 lines (6 loc) · 338 Bytes

jest-environment-node-debug-fixed

Version of jest-environment-node-debug which works with Nodev7 and Jest 18

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.