Skip to content

Commit 249192a

Browse files
committed
exclude index.umd.js from coverage
1 parent ff01ff0 commit 249192a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cubejs-client-core/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ const base = require('../../jest.base.config');
44
module.exports = {
55
...base,
66
rootDir: '.',
7+
collectCoverageFrom: [...base.collectCoverageFrom, '!dist/src/index.umd.js']
78
};

0 commit comments

Comments
 (0)