Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Apr 18, 2024
1 parent 93c8349 commit c29a142
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
reporters: [
'default',
['jest-ctrf-json-reporter', {}],
],
reporters: ['default', ['jest-ctrf-json-reporter', {}]],
}

0 comments on commit c29a142

Please sign in to comment.