Skip to content

Commit

Permalink
Set script target for esDecorator evaluator tests to ES2021
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Sep 20, 2022
1 parent e87b89c commit 8c33a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testRunner/unittests/evaluation/esDecorators.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe("unittests:: evaluation:: esDecorators", () => {
const options: ts.CompilerOptions = { target: ts.ScriptTarget.ES2022 };
const options: ts.CompilerOptions = { target: ts.ScriptTarget.ES2021 };
const exec = (array: TemplateStringsArray) => evaluator.evaluateTypeScript(array[0], options);

describe("target", () => {
Expand Down

0 comments on commit 8c33a18

Please sign in to comment.