Created by: kopach
This project is fantastic and it's unit test coverage on very high level. Therefore, I've decided to create this PR and improve it a little more. By adding this simple plugin, developers/architects of the project can ensure no new functionality (as new source file) will be added to the project without testing it.
Explanation:
With karma
and istanbul
reporter, if someone simply forgets to create feature.spec.js
file for feature.js
file - coverage result won't include feature.js
source file