Skip to content

Commit 8c33a18

Browse files
committed
Set script target for esDecorator evaluator tests to ES2021
1 parent e87b89c commit 8c33a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testRunner/unittests/evaluation/esDecorators.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
describe("unittests:: evaluation:: esDecorators", () => {
2-
const options: ts.CompilerOptions = { target: ts.ScriptTarget.ES2022 };
2+
const options: ts.CompilerOptions = { target: ts.ScriptTarget.ES2021 };
33
const exec = (array: TemplateStringsArray) => evaluator.evaluateTypeScript(array[0], options);
44

55
describe("target", () => {

0 commit comments

Comments
 (0)