mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
Update src/testRunner/unittests/helpers/node10Result.ts
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
This commit is contained in:
parent
f346be48b5
commit
4e3597696e
@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user