Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Infrastructure: Fix problem running regression from Windows command line
Changes command aliases in package.json to move test globbing to the Ava configuration to solve issues where Windows wasn't able to find files when using wildcards to specify which tests to run via the command line. npm scripts run command line operations using syntax features of the operating system. With this change, when running regression tests from the command line, Ava will use its own internal globbing algorithm (globby), which has cross-platform support. * fix: don't glob in scripts * fix: use ava config to glob tests Signed-off-by: Evan Yamanishi <[email protected]>
- Loading branch information