You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the convertPatternGroupsToTasks function we try to find all negative patterns that equals to base path of each positive pattern. But in this case the positive pattern has a base path: /test/src. At the same time, the negative pattern has a base path: /test/src/lib.
Environment
Steps to reproduce & Code sample
src directory
Actual behavior
match [ '/test/src/a.js', '/test/src/lib/b.js' ]
Expected behavior
match [ '/test/src/a.js' ]
The text was updated successfully, but these errors were encountered: