Skip to content

Commit

Permalink
updated readme for the final handoff
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassidy-Boilley committed May 28, 2024
1 parent 027ce17 commit cb42bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ module.exports = {
collectCoverageFrom: ['./src/**'],
collectCoverage: true,
coverageDirectory: './coverage',
coverageReporters: ['html'],
coverageReporters: ['html', 'text', 'lcov'],
};

0 comments on commit cb42bdf

Please sign in to comment.