Skip to content

Commit

Permalink
chore(jest): ignore coverage collection in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Dec 6, 2023
1 parent c568d2f commit cf8b44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/** @type {JestConfig} */
const config = {
collectCoverage: true,
coveragePathIgnorePatterns: ['<rootDir>/src/features/editor/examples/'],
moduleNameMapper: {
'^@/(.*)': '<rootDir>/src/$1',
'(.+)\\?raw$': '$1',
Expand Down

0 comments on commit cf8b44d

Please sign in to comment.