Skip to content

Commit

Permalink
chore(mockingbird-ts): config jest to collect coverage properly
Browse files Browse the repository at this point in the history
  • Loading branch information
omermorad committed Sep 11, 2021
1 parent dcc6e07 commit 64acb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mockingbird/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module.exports = {
roots: [...base.roots, '<rootDir>/test'],
name: packageJson.name,
displayName: packageJson.name,
collectCoverageFrom: ['src/**/*.ts', 'test/**/*.test.js'],
collectCoverageFrom: ['src/**/*.ts', 'test/**/*.ts'],
coveragePathIgnorePatterns: ['index.ts', 'test-classes.ts'],
};

0 comments on commit 64acb40

Please sign in to comment.