Skip to content

Commit

Permalink
chore: update js test
Browse files Browse the repository at this point in the history
  • Loading branch information
wellitongervickas committed Nov 1, 2023
1 parent fd4c78f commit e4fd446
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const customJestConfig = {
'^@/app/utils/(.*)$': '<rootDir>/app/utils/$1'
},
modulePathIgnorePatterns: ['mocks'],
testEnvironment: 'jest-environment-jsdom'
testEnvironment: 'jest-environment-jsdom',
verbose: true
}

module.exports = createJestConfig(customJestConfig)
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@heroicons/react": "latest",
"@types/jest": "^29.5.7",
"classnames": "latest",
"cssnano": "latest",
"ethers": "latest",
Expand Down
10 changes: 10 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4fd446

Please sign in to comment.