Skip to content

Commit

Permalink
chore: jest not silent
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedziwiatr committed Jan 7, 2023
1 parent 4b8c874 commit a8ba348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ module.exports = {
'^.+\\.(ts|js)$': 'ts-jest'
},

silent: true
silent: false
};

0 comments on commit a8ba348

Please sign in to comment.