Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dalek test/*.js Wildcard * doesn't work on Windows #7

Open
KevinSheedy opened this issue Feb 13, 2014 · 1 comment
Open

dalek test/*.js Wildcard * doesn't work on Windows #7

KevinSheedy opened this issue Feb 13, 2014 · 1 comment
Assignees

Comments

@KevinSheedy
Copy link

I tried following the Quickstart guide but hit a problem on the following command:

dalek test/*.js

This appears to work on MacOS but not on Windows 7. I get the following error:

>> WARNING: Suite "test/*.js" does not exist. Skipping!
@asciidisco asciidisco self-assigned this Feb 16, 2014
@asciidisco
Copy link
Member

Yep,
the CLI uses a native OS feature on *nix systems.
To fix this we need to introduce another library like minimatch to replicate this feature on windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants