sindresorhus / globby

User-friendly glob matching
MIT License
2.51k stars 130 forks source link

Improve test coverage #216

Closed fisker closed 2 years ago

fisker commented 2 years ago

When I work on #215, I found that expandDirectories not even tested in promise version, I added a function to run all 3 methods in every tests, make sure they have the same result, this also simplify the tests.

sindresorhus commented 2 years ago

Great!