Skip to content

Commit 34a0aa5

Browse files
authored
Update packages/jest-config/src/readConfigFileAndSetRootDir.ts
1 parent 78b5c53 commit 34a0aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jest-config/src/readConfigFileAndSetRootDir.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default async function readConfigFileAndSetRootDir(
4040

4141
try {
4242
if (isTS) {
43-
// @ts-expect-error: type assertion can be removed once @types/node is updated to 23 https://nodejs.org/api/process.html#processfeaturestypescript
43+
// @ts-expect-error: Type assertion can be removed once @types/node is updated to 23 https://nodejs.org/api/process.html#processfeaturestypescript
4444
if (process.features.typescript) {
4545
try {
4646
// Try native node TypeScript support first.

0 commit comments

Comments
 (0)