Skip to content

Commit

Permalink
refactor: use createCjsPreset function for jest-preset.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Nov 27, 2024
1 parent 552922e commit 9d18d0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jest-preset.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = require('./presets').defaults;
const { createCjsPreset } = require('./presets');

module.exports = createCjsPreset();

0 comments on commit 9d18d0f

Please sign in to comment.