Skip to content

Commit 2b64168

Browse files
Fix jest
1 parent 50c27e9 commit 2b64168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ const jestConfig = {
2121
verbose: true,
2222
};
2323

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

0 commit comments

Comments
 (0)