hulu / roca

A command-line tool for running brightscript tests
Apache License 2.0
25 stars 19 forks source link

On windows roca is not finding the tests #110

Open avoltis opened 3 years ago

avoltis commented 3 years ago

When we run the npm test on a win machine, we are getting always a 0 passing, we have same code in a mac and its finding and executing the tests.

is roca supporting windows? or is there some other config needed for windows

tbrixi commented 2 years ago

Issue is related to migration from glob to fast-glob in release v22. fast-glob supporting forward-slashes only PR https://github.com/hulu/roca/pull/122