We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87b89c commit 8c33a18Copy full SHA for 8c33a18
src/testRunner/unittests/evaluation/esDecorators.ts
@@ -1,5 +1,5 @@
1
describe("unittests:: evaluation:: esDecorators", () => {
2
- const options: ts.CompilerOptions = { target: ts.ScriptTarget.ES2022 };
+ const options: ts.CompilerOptions = { target: ts.ScriptTarget.ES2021 };
3
const exec = (array: TemplateStringsArray) => evaluator.evaluateTypeScript(array[0], options);
4
5
describe("target", () => {
0 commit comments