Skip to content

Commit

Permalink
Use CommonJS jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Dec 1, 2023
1 parent a357b74 commit 452c411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js → jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

// eslint-disable-next-line import/no-anonymous-default-export
export default {
module.exports = {
// All imported modules in your tests should be mocked automatically
// automock: false,

Expand Down

0 comments on commit 452c411

Please sign in to comment.