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 JLHwung committed Nov 2, 2020
1 parent f2b2cf4 commit 940b0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-register/test/index.js
Expand Up @@ -38,7 +38,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 940b0dc

Please sign in to comment.