Update parser plugins for ts tests (#13808)

This commit is contained in:
Sosuke Suzuki 2021-10-03 19:51:34 +09:00 committed by GitHub
parent ce31b76ac9
commit 7bbdf096aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,7 @@ async function* loadTests(dir) {
} }
} }
const plugins = [ const plugins = ["typescript", "decorators-legacy"];
"typescript",
"classProperties",
"decorators-legacy",
"bigInt",
"dynamicImport",
];
const TSTestsPath = path.join(dirname, "../../../build/typescript/tests"); const TSTestsPath = path.join(dirname, "../../../build/typescript/tests");