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

Use double-quotes for --fgrep #61

Open
Eoksni opened this issue Mar 26, 2018 · 0 comments
Open

Use double-quotes for --fgrep #61

Eoksni opened this issue Mar 26, 2018 · 0 comments

Comments

@Eoksni
Copy link

Eoksni commented Mar 26, 2018

On Windows single quotes are not working:

node_modules\.bin\mocha --fgrep 'should refill bitgo wallets' main.spec.js
Warning: Could not find any test files matching pattern: refill
Warning: Could not find any test files matching pattern: bitgo
Warning: Could not find any test files matching pattern: wallets'


  0 passing (1ms)

Done in 0.75s.

but with double quotes its ok

node_modules\.bin\mocha --fgrep "should refill bitgo wallets" main.spec.js


  main
    √ should refill bitgo wallets


  1 passing (20ms)

Done in 0.78s.

This is related to the mocha-test-at-point.

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

No branches or pull requests

1 participant