We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff01ff0 commit 249192aCopy full SHA for 249192a
packages/cubejs-client-core/jest.config.js
@@ -4,4 +4,5 @@ const base = require('../../jest.base.config');
4
module.exports = {
5
...base,
6
rootDir: '.',
7
+ collectCoverageFrom: [...base.collectCoverageFrom, '!dist/src/index.umd.js']
8
};
0 commit comments