Skip to content

Commit 84a06c3

Browse files
committed
Set lib file content instead of changing target
1 parent 081a381 commit 84a06c3

File tree

3 files changed

+507
-597
lines changed

3 files changed

+507
-597
lines changed

src/testRunner/unittests/helpers/node10Result.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ export function getFsContentsForNode10Result(): FsContents {
7070
import { foo2 } from "foo2";
7171
import { bar2 } from "bar2";
7272
`,
73+
"lib.es2022.full.d.ts": libFile.content,
7374
"/home/src/projects/project/tsconfig.json": JSON.stringify({
7475
compilerOptions: {
75-
target: "es5",
7676
module: "node16",
7777
moduleResolution: "node16",
7878
traceResolution: true,

0 commit comments

Comments
 (0)