Enable dynamicImport plugin for flow tests
This commit is contained in:
@@ -100,10 +100,11 @@ function update_whitelist(summary) {
|
||||
|
||||
const options = {
|
||||
plugins: [
|
||||
"jsx",
|
||||
"asyncGenerators",
|
||||
"dynamicImport",
|
||||
"flow",
|
||||
"flowComments",
|
||||
"asyncGenerators",
|
||||
"jsx",
|
||||
"objectRestSpread",
|
||||
],
|
||||
sourceType: "module",
|
||||
|
||||
Reference in New Issue
Block a user