mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
typo
This commit is contained in:
parent
066980b06f
commit
2d73cf88bb
1 changed files with 0 additions and 2 deletions
|
|
@ -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' ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue