This commit is contained in:
ali 2026-02-16 14:55:49 +02:00
parent 066980b06f
commit 2d73cf88bb
No known key found for this signature in database
GPG key ID: 44F9B42770617B9B

View file

@ -85,8 +85,6 @@ function findJestRunnerRecursive(nodeModulesPath, maxDepth = 5) {
// - scoped packages (@org/pkg)
// - hidden directories (.pnpm, .yarn, etc.)
// - pnpm versioned directories (jest-runner@30.0.5)
const shouldRecurse = entry.name === 'node_modules' ||
entry.name.startsWith('@') ||
const shouldRecurse = entry.name === 'node_modules' ||
entry.name.startsWith('@') ||
entry.name === '.pnpm' || entry.name === '.yarn' ||