Skip to content

Commit

Permalink
tests: fix typo in env prepare scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Oct 11, 2023
1 parent 4772915 commit e454afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/test-env/test-tsc/prepare.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const pModule = process.argv[3];
const tsModule = ({
node16: "node16",
nodenext: "nodenext"
})[pModuleResolution] || pModule;
})[tsModuleResolution] || pModule;

// Package type: commonjs, module
const pType = (pModule === "commonjs") ? "commonjs": "module";
Expand Down

0 comments on commit e454afb

Please sign in to comment.