I'm currently getting my test files in the final coverage. That's probably because they sit alongside my components instead of having their own test folder. How can I exclude these from the coverage?
I have installed istanbul and nyc and I'm using mocha.
My script looks like:
"test": "nyc --reporter=html mocha tools/testSetup.js app/**/*.spec.js || true"