Open mrt123 opened 8 years ago
If the modules are getting imported at all, it makes sense that the signature(s) and top-level statements would be "covered".
You can try setting the config flag for DEBUG logging to see which files are being preprocessed to add coverage instrumentation as a check on you config.
I have two source files : sign-up.js and login.js, and only one test: login.spec.js.
Expected result:
Actual result:
When I'll uncomment all tests. Empty test-suite will report cover of
sign-up.js
login.js
My config: