Skip to content

Commit

Permalink
fix(vercel#37524): add export interop to next/jest
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Aug 16, 2023
1 parent 94ee83c commit 8eecbe1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/next/jest.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
module.exports = require('./dist/build/jest/jest')
const jestExports = require('./dist/build/jest/jest')

module.exports = jestExports.default || jestExports
module.exports.default = module.exports

0 comments on commit 8eecbe1

Please sign in to comment.