dylanb / gulp-coverage

Gulp coverage reporting for Node.js that is independent of the test runner
MIT License
60 stars 12 forks source link

Fixed: 'fs' getting mocked accidentally in instrumentation header. #44

Closed flacnut closed 8 years ago

flacnut commented 8 years ago

We rewire our files to stub out fs, which causes coverage to fail. Renaming to _fs in the instrumentation header prevents us from accidentally mocking it out.