jest-environment-node-debug

Fixed version of jest-environment-node-debug which works with Node 7 and Jest 19


Keywords
jest, node, debug, inspector, devtools
Install
npm install jest-environment-node-debug@0.0.2

Documentation

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.