Update parser plugins for ts tests (#13808)
This commit is contained in:
parent
ce31b76ac9
commit
7bbdf096aa
@ -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");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user