Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jun 9, 2020
1 parent f012f35 commit 33d3060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/function/samples/options-hook/_config.js
Expand Up @@ -15,7 +15,7 @@ module.exports = {
preserveParens: false,
sourceType: 'module'
},
acornInjectPlugins: [null, null, null],
acornInjectPlugins: [null, null, null, null],
context: 'undefined',
experimentalCacheExpiry: 10,
inlineDynamicImports: false,
Expand Down

0 comments on commit 33d3060

Please sign in to comment.