Skip to content

Commit 92187ad

Browse files
author
veeck
committed
Only cover js files
1 parent 836c4c6 commit 92187ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = async () => {
2525
testPathIgnorePatterns: ["<rootDir>/tests/e2e/helpers/", "<rootDir>/tests/e2e/mocks"]
2626
}
2727
],
28-
collectCoverageFrom: ["./clientonly/**", "./js/**", "./modules/**", "./serveronly/**"],
28+
collectCoverageFrom: ["./clientonly/**/*.js", "./js/**/*.js", "./modules/**/*.js", "./serveronly/**/*.js"],
2929
coverageReporters: ["lcov", "text"],
3030
coverageProvider: "v8"
3131
};

0 commit comments

Comments
 (0)