Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(webpack): correctly exclude spec/test files from coverage report
The string {spec,test} is not a valid regex and thus didn't match filenames containing spec or test, as was clearly intended. This caused coverage reports to include these files. The new regex now correctly excludes these test files.
- Loading branch information