Skip to content

Commit

Permalink
fixed jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
dogusata committed Oct 23, 2023
1 parent ec5ee8c commit c8b790b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ const jestConfig = {
preset: 'ts-jest',
};

export default jestConfig;
module.exports = jestConfig;

0 comments on commit c8b790b

Please sign in to comment.