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
fix: correctly iterate files matched by glob patterns (#16831)
* fix: correctly iterate files matched by glob patterns
* test: add a test case for #14742
* test: improve test case
* chore: remove .only
* chore: revert unwanted changes
* test: fix root path
* chore: fix lint
* fix: correctly iterate files matched by glob patterns for new config system
* test: add case for flat config
* chore: remove .only
describe("with 5 directories ('{lib}', '{lib}/client', '{lib}/client/src', '{lib}/server', '{lib}/server/src') that contains two files '{lib}/client/src/one.js' and '{lib}/server/src/two.js'",()=>{
0 commit comments