Skip to content

fix: do not search node_modules directories for test files - #503

Merged
dsherret merged 2 commits into
denoland:mainfrom
dsherret:fix-node-modules-test-glob
Jul 26, 2026
Merged

fix: do not search node_modules directories for test files#503
dsherret merged 2 commits into
denoland:mainfrom
dsherret:fix-node-modules-test-glob

Conversation

@dsherret

Copy link
Copy Markdown
Collaborator

Closes #412

When globbing for test entry points, node_modules directories are now skipped (the walk no longer descends into them), so tests bundled inside dependencies are not picked up by the generated test runner.

@dsherret
dsherret merged commit 91d84fe into denoland:main Jul 26, 2026
5 checks passed
@dsherret
dsherret deleted the fix-node-modules-test-glob branch July 26, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do not search node_modules directories for test files

1 participant