We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b5c53 commit 34a0aa5Copy full SHA for 34a0aa5
packages/jest-config/src/readConfigFileAndSetRootDir.ts
@@ -40,7 +40,7 @@ export default async function readConfigFileAndSetRootDir(
40
41
try {
42
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
+ // @ts-expect-error: Type assertion can be removed once @types/node is updated to 23 https://nodejs.org/api/process.html#processfeaturestypescript
44
if (process.features.typescript) {
45
46
// Try native node TypeScript support first.
0 commit comments