Skip to content

Commit

Permalink
Fix babel-register test
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Apr 29, 2020
1 parent 2d31ee0 commit 949d7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-register/test/index.js
Expand Up @@ -37,7 +37,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 949d7d9

Please sign in to comment.