Skip to content

Commit

Permalink
refactor(next/jest): remove un-necessary interopDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed May 11, 2022
1 parent 9b774eb commit 33bf1e1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/next/jest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
function interopDefault(mod) {
return mod.default || mod
}
module.exports = interopDefault(require('./dist/build/jest/jest'))
module.exports = require('./dist/build/jest/jest')

0 comments on commit 33bf1e1

Please sign in to comment.