mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-14 07:02:44 -05:00
Update src/testRunner/unittests/helpers/node10Result.ts
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
This commit is contained in:
@@ -82,6 +82,6 @@ export function getFsContentsForNode10Result(): FsContents {
|
||||
},
|
||||
files: ["index.mts"]
|
||||
}),
|
||||
[libFile.path.replace("lib.d.ts", "lib.esnext.full.d.ts")]: libFile.content,
|
||||
[libFile.path.replace("lib.d.ts", "lib.es2022.full.d.ts")]: libFile.content,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user