Closed
Description
right now one can get empty unit test coverage IF the specs and the source files are in the same folder. Take an application where specs and source files are mixed in the same folder "src"
integrationFolder: src
testFiles: **/*spec.js
supportFile: ./support.js
Since we compare against prefix, all files are eliminated.