Skip to content

Commit

Permalink
fix: Ignore project configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris committed Mar 26, 2024
1 parent b2e7e7a commit 751c140
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js-transformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ const babelJest = babelJestModule.__esModule ? babelJestModule.default : babelJe

module.exports = babelJest.createTransformer({
plugins: [require.resolve('@babel/plugin-transform-modules-commonjs')],
// do not load own project configuration files
babelrc: false,
configFile: false,
});

0 comments on commit 751c140

Please sign in to comment.