Skip to content

Commit

Permalink
Remove unnecessary ESM Jest resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 1, 2021
1 parent 52222cf commit 0fb8167
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ module.exports = {
"/test/__data__/",
"<rootDir>/build/",
],
resolver: supportsESM ? "./test/jestExportsMapResolver.cjs" : null,
// We don't need module name mappers here as depedencies of workspace
// package should be declared explicitly in the package.json
// Yarn will generate correct file links so that Jest can resolve correctly
Expand Down
31 changes: 0 additions & 31 deletions test/jestExportsMapResolver.cjs

This file was deleted.

0 comments on commit 0fb8167

Please sign in to comment.