javascript test coverage

This commit is contained in:
realaravinth
2021-05-06 11:02:29 +05:30
parent 9ee4cb13f6
commit f0e3940868
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ export default {
clearMocks: true,
// Indicates whether the coverage information should be collected while executing the test
// collectCoverage: false,
collectCoverage: true,
// An array of glob patterns indicating a set of files for which coverage information should be collected
// collectCoverageFrom: undefined,