Skip to content

Commit 6b6b0dc

Browse files
Update export jest.config as package now of type commonjs instead of module
1 parent 29819e3 commit 6b6b0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ const jestConfig = {
2525
verbose: true,
2626
};
2727

28-
export default jestConfig;
28+
module.exports = jestConfig;

0 commit comments

Comments
 (0)