Skip to content

Commit

Permalink
🚚 Import to require
Browse files Browse the repository at this point in the history
  • Loading branch information
salviega committed Oct 27, 2023
1 parent 4c1768a commit 19a0348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import nextJest from 'next/jest'
// eslint-disable-next-line @typescript-eslint/no-var-requires
const nextJest = require('next/jest')

const createJestConfig = nextJest({
// Provide the path to your Next.js app to load next.config.js and .env files in your test environment
Expand Down

0 comments on commit 19a0348

Please sign in to comment.