mcollina / borp

node:test runner wrapper with TypeScript support
MIT License
158 stars 15 forks source link

Support parsing glob strings for files target #70

Closed jsumners-nr closed 3 months ago

jsumners-nr commented 3 months ago

Currently, borp 'test/some/**/*.glob' does not expand the glob. This PR rectifies that by expanding all strings that look like they have a globstar pattern.