Skip to content

Commit c40e444

Browse files
committed
fix coverage
1 parent eeeed39 commit c40e444

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ module.exports = {
1111
'^.+\\.ts$': ['ts-jest', { tsconfig: 'tsconfig.jest.json' }],
1212
},
1313
collectCoverageFrom: [
14-
...base.collectCoverageFrom,
15-
'!<rootDir>/dist/index.umd.ts',
16-
'!<rootDir>/dist/index.cjs.ts',
14+
'<rootDir>/src/**/*.{ts,tsx}',
15+
'!<rootDir>/src/**/*.d.ts',
1716
],
1817
};

0 commit comments

Comments
 (0)