Skip to content

Commit

Permalink
fix: use module syntax for jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
learosema committed Feb 14, 2023
1 parent d09d2af commit 5d005d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
preset: 'ts-jest',
testEnvironment: 'node',
};
};

0 comments on commit 5d005d1

Please sign in to comment.