Skip to content

Commit

Permalink
Updated jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGLund99 committed Nov 8, 2024
1 parent fb7115d commit 55eaddf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export default {
silent: true, // silence console.log and console.error
// verbose: true, // show test titles
preset: 'ts-jest',
testEnvironment: 'node',
clearMocks: true,
Expand Down

0 comments on commit 55eaddf

Please sign in to comment.