A single star stops at a directory separator, while a double star crosses directory levels. **/*.test.tsx reaches tests throughout the tree; *.test.tsx reaches only the root.
Path-scoped rule globs
Why it matters
A single star stops at a directory separator, while a double star crosses directory levels.
Example
**/*.test.tsx reaches tests throughout the tree; *.test.tsx reaches only the root.
Slide 1 of 5
Slides and flashcards cover the same concepts. Read the lesson for full detail.