Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
silviuaavram committed May 17, 2024
1 parent a109292 commit f24ca63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ module.exports = Object.assign(jestConfig, {
moduleNameMapper: {
...jestConfig.moduleNameMapper,
'^@testing-library/preact$':
'<rootDir>/../../node_modules/@testing-library/preact/dist/cjs/index.js',
'<rootDir>/node_modules/@testing-library/preact/dist/cjs/index.js',
},
})

0 comments on commit f24ca63

Please sign in to comment.