Skip to content

Commit

Permalink
♻️ Refactor jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Oct 1, 2024
1 parent 4aa75d6 commit 52f2fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dapp/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} **/
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
dir: "./",
Expand Down

0 comments on commit 52f2fe4

Please sign in to comment.