diff --git a/scripts/parser-tests/typescript/index.js b/scripts/parser-tests/typescript/index.js index 52813b16587d..56b346fa8a9f 100644 --- a/scripts/parser-tests/typescript/index.js +++ b/scripts/parser-tests/typescript/index.js @@ -16,13 +16,7 @@ async function* loadTests(dir) { } } -const plugins = [ - "typescript", - "classProperties", - "decorators-legacy", - "bigInt", - "dynamicImport", -]; +const plugins = ["typescript", "decorators-legacy"]; const TSTestsPath = path.join(dirname, "../../../build/typescript/tests");