Skip to content

Commit

Permalink
Fix dynamic-import test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Nov 16, 2018
1 parent bfbb00f commit 77cf57d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/samples/dynamic-import.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = [
{
description: 'support dynamic import',
options: { transforms: { moduleImport: false } },
input: `import('./module.js')`,
output: `import('./module.js')`
}
Expand Down

0 comments on commit 77cf57d

Please sign in to comment.