Skip to content

Commit

Permalink
chore: move jest config to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SauravMaheshkar authored and Gr1N committed Apr 16, 2023
1 parent cce4afa commit 12c727a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 0 additions & 11 deletions jest.config.js

This file was deleted.

11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,16 @@
}
}
]
},
"jest": {
"clearMocks": true,
"moduleFileExtensions": ["js", "ts"],
"testEnvironment": "node",
"testMatch": ["**/*.test.ts"],
"testRunner": "jest-circus/runner",
"transform": {
"^.+\\.ts$": "ts-jest"
},
"verbose": true
}
}

0 comments on commit 12c727a

Please sign in to comment.