chore: run coverage on untested files (#1759)

This commit is contained in:
Dexter Edwards 2022-10-17 15:42:57 +01:00 committed by GitHub
parent e984ea8e2a
commit 50dfcfa058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,4 +12,5 @@ export default {
moduleNameMapper: {
'^d3-(.*)$': `d3-$1/dist/d3-$1`,
},
collectCoverageFrom: ['**/*.{ts,tsx}', '!**/node_modules/**'],
};