Skip to content

Commit

Permalink
Jest 29.5.0 and fix missing rootDir in config (#2116)
Browse files Browse the repository at this point in the history
* chore(dev-deps): jest 29.5.0

* test: fix missing jest rootDir
  • Loading branch information
belgattitude authored Mar 10, 2023
1 parent f538618 commit 8406e8b
Show file tree
Hide file tree
Showing 3 changed files with 1,012 additions and 859 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
moduleNameMapper: {
createClient: '<rootDir>/src/createClient/browser.ts',
},
rootDir: '.',
testPathIgnorePatterns: [
'<rootDir>/.next/',
'<rootDir>/dist/',
Expand Down
Loading

0 comments on commit 8406e8b

Please sign in to comment.