andinoJamesV
andinoJamesV
Possibly related and probably not this Libs issue https://github.com/istanbuljs/nyc/issues/1323 as Jest uses Istanbul nyc. Any suggestions? Also this error is occurring with nyc that is strange ``` robot@raspberrypi:~/Sketches/JS/Classes/_/o $ ../node_modules/.bin/nyc...
So I kept digging into the project and code coverage is built into V8
@schw4rzlicht No for sure you can`t I was bouncing around broken libraries and by chance this lib and thread came up. Just to verify node-source-map-support is working and the problem...
This appears to be 1/2 a NYC issue https://github.com/istanbuljs/nyc/issues/1323 Exploring further I can see that there is a logic error in nyc for the include flag https://github.com/istanbuljs/nyc/blob/992359a1e2108906e28324058008f28aa1052dc1/index.js#L133 ``` ./node_modules/.bin/nyc --require...