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 eeeed39 commit c40e444Copy full SHA for c40e444
packages/cubejs-client-core/jest.config.js
@@ -11,8 +11,7 @@ module.exports = {
11
'^.+\\.ts$': ['ts-jest', { tsconfig: 'tsconfig.jest.json' }],
12
},
13
collectCoverageFrom: [
14
- ...base.collectCoverageFrom,
15
- '!<rootDir>/dist/index.umd.ts',
16
- '!<rootDir>/dist/index.cjs.ts',
+ '<rootDir>/src/**/*.{ts,tsx}',
+ '!<rootDir>/src/**/*.d.ts',
17
],
18
};
0 commit comments