Skip to content

Commit

Permalink
chore: rename Node to Node10
Browse files Browse the repository at this point in the history
This is the new preferred name of the old "Node" option.

Co-Authored-By: Michael Faith <8071845 [email protected]>
  • Loading branch information
akwodkiewicz and michaelfaith committed May 20, 2024
1 parent 535df6f commit d115bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-config/src/readConfigFileAndSetRootDir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 119,7 @@ async function registerTsNode(): Promise<Service> {
return tsNode.register({
compilerOptions: {
module: 'CommonJS',
moduleResolution: 'Node',
moduleResolution: 'Node10',
},
moduleTypes: {
'**': 'cjs',
Expand Down

0 comments on commit d115bb8

Please sign in to comment.