diff --git a/test/samples/dynamic-import.js b/test/samples/dynamic-import.js index 5d4ec8c0..c7d0cc93 100644 --- a/test/samples/dynamic-import.js +++ b/test/samples/dynamic-import.js @@ -1,6 +1,7 @@ module.exports = [ { description: 'support dynamic import', + options: { transforms: { moduleImport: false } }, input: `import('./module.js')`, output: `import('./module.js')` }