Skip to content

Commit d3c08b2

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

File tree

4 files changed

+509
-553
lines changed

4 files changed

+509
-553
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+
"/a/lib/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)