Skip to content

Commit

Permalink
tests: Use default coverage reporters
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunev committed Jun 13, 2019
1 parent be196aa commit 924a05f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ module.exports = {
testURL: 'http://localhost/',
collectCoverage: true,
collectCoverageFrom: ['<rootDir>/src/ColorPicker.vue'],
coverageReporters: ['html', 'text-summary'],
};

0 comments on commit 924a05f

Please sign in to comment.