diff --git a/jest.config.js b/jest.config.js index fe7fd5d..1ddbce7 100644 --- a/jest.config.js +++ b/jest.config.js @@ -2,8 +2,5 @@ module.exports = { preset: 'ts-jest', testEnvironment: 'node', - reporters: [ - 'default', - ['jest-ctrf-json-reporter', {}], - ], + reporters: ['default', ['jest-ctrf-json-reporter', {}]], }