Skip to content

Commit

Permalink
refactor: Temporarily disable coverage collection
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Jun 12, 2024
1 parent b6bf9e9 commit f3907b9
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 @@ -2,7 +2,7 @@ const { createConfig } = require('@openedx/frontend-build');

module.exports = createConfig('jest', {
setupFiles: ['<rootDir>/src/setupTest.js'],
collectCoverage: true,
collectCoverage: false, // Temporarily disable coverage collection
collectCoverageFrom: ['src/**/*.{js,jsx}'],
coveragePathIgnorePatterns: [
'/node_modules/',
Expand Down

0 comments on commit f3907b9

Please sign in to comment.