Skip to content

Commit

Permalink
Create jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguelzamora13 authored Oct 16, 2023
1 parent 6477e82 commit 1e3635d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}

0 comments on commit 1e3635d

Please sign in to comment.