Skip to content

Commit

Permalink
Update packages/babel-helper-transform-fixture-test-runner/src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 2, 2021
1 parent da196ed commit c752cbd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const sharedTestContext = createContext();
function transformWithoutConfigFile(code, opts) {
return babel.transform(code, {
configFile: false,
babelrc: false,
...opts,
});
}
Expand Down

0 comments on commit c752cbd

Please sign in to comment.