Skip to content

Commit

Permalink
Fix babel-register test
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 authored and nicolo-ribaudo committed Feb 21, 2021
1 parent 4fb021a commit 8033734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-register/test/index.js
Expand Up @@ -41,7 +41,7 @@ jest.mock("source-map-support", () => {
});

const defaultOptions = {
exts: [".js", ".jsx", ".es6", ".es", ".mjs"],
exts: [".js", ".jsx", ".es6", ".es", ".mjs", ".cjs"],
ignoreNodeModules: false,
};

Expand Down

0 comments on commit 8033734

Please sign in to comment.