Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
J-T-McC committed Jun 10, 2024
1 parent eb328ff commit 969461a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
setupFiles: ['jest-canvas-mock'],
collectCoverage: true,
coverageDirectory: 'coverage',
coverageReporters: ['lcov', 'text-summary'],
coverageReporters: ['lcov', 'text'],
coverageProvider: "v8",
moduleFileExtensions: ['vue', 'js', 'json', 'jsx', 'ts', 'tsx', 'node']
}

0 comments on commit 969461a

Please sign in to comment.