From f017dd23fe97bee2519f5f49ff3adb30c62b4a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 31 Aug 2021 14:28:54 -0400 Subject: [PATCH] remove syntax-top-level-await from test options --- .../test/fixtures/tla/options.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-transform-modules-systemjs/test/fixtures/tla/options.json b/packages/babel-plugin-transform-modules-systemjs/test/fixtures/tla/options.json index 650b247545bf..38f13007daf6 100644 --- a/packages/babel-plugin-transform-modules-systemjs/test/fixtures/tla/options.json +++ b/packages/babel-plugin-transform-modules-systemjs/test/fixtures/tla/options.json @@ -1,3 +1,3 @@ { - "plugins": ["transform-modules-systemjs", "syntax-top-level-await"] + "plugins": ["transform-modules-systemjs"] }