Skip to content

Commit

Permalink
add comment on supportsDynamicImport
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiAnAn committed May 1, 2021
1 parent ed3b8c3 commit 739a122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-transform/src/ScriptTransformer.ts
Expand Up @@ -827,7 +827,7 @@ export async function createTranspilingRequire(
{
applyInteropRequireDefault,
instrument: false,
supportsDynamicImport: false,
supportsDynamicImport: false, // this might be true, depending on node version.
supportsExportNamespaceFrom: false,
supportsStaticESM: false,
supportsTopLevelAwait: false,
Expand Down

0 comments on commit 739a122

Please sign in to comment.