Skip to content

Commit

Permalink
fix(jest): change config file extension
Browse files Browse the repository at this point in the history
See related issue jestjs/jest#11453
  • Loading branch information
mateus-f-torres committed Mar 24, 2022
1 parent a42c15b commit 88aeec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts → jest.config.cjs
Expand Up @@ -4,7 +4,7 @@
* https://jestjs.io/docs/configuration
*/

export default {
module.exports = {
// All imported modules in your tests should be mocked automatically
// automock: false,

Expand Down

0 comments on commit 88aeec9

Please sign in to comment.