benbria / coffee-coverage

Istanbul and JSCoverage-style instrumentation for CoffeeScript files.
MIT License
145 stars 31 forks source link

Coverage changes return value of noop function #101

Open STRd6 opened 2 years ago

STRd6 commented 2 years ago
# in source to be instrumented
noop = ->
# in test
assert.equal noop(), undefined # <- This fails