Skip to content

Commit

Permalink
test: 删除测试覆盖率多余配置
Browse files Browse the repository at this point in the history
  • Loading branch information
caijf committed Jul 16, 2024
1 parent 0dca95d commit 28d7512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ module.exports = {
BUILD_VERSION: version
},
setupFiles: ['jest-canvas-mock'],
coveragePathIgnorePatterns: ['/node_modules/', '/test/'],
coveragePathIgnorePatterns: ['/test/'],
...coverageConfig
};

0 comments on commit 28d7512

Please sign in to comment.