sterling
Results
2
issues of
sterling
Reproducible bug demo: https://github.com/sterling/nyc-bug Two coverage json reports are provided in the demo under `coverage/`. These were generated by jest and karma, and cover a single source file in different...
When using a deasynced function in asynchronous code, deasync hangs and never returns. ``` javascript var deasync = require('deasync'); function async(cb) { setTimeout(function() { cb(null, 'value'); }, 0); } function...
bug