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

--recursive makes mochify ignore entry #120

Closed
cjohansen opened this issue Nov 16, 2015 · 2 comments
Closed

--recursive makes mochify ignore entry #120

cjohansen opened this issue Nov 16, 2015 · 2 comments

Comments

@cjohansen
Copy link

Adding the --recursive option makes mochify ignore my file paths and insist on the default one:

✗ ./node_modules/.bin/mochify --transform hintify --transform babelify client/test/*.js
# phantomjs:
  ......
  6 passing (42ms)

✗ ./node_modules/.bin/mochify --transform hintify --transform babelify client/test/*.js --recursive
Error: Nothing found for "./test/**/*.js".

✗ ./node_modules/.bin/mochify --transform hintify --transform babelify --recursive client/test/*.js
Error: Nothing found for "./test/**/*.js".
@mantoni
Copy link
Owner

mantoni commented Nov 16, 2015

Hacked up a fix and released in 2.14.2. Thanks for reporting 🍺

@cjohansen
Copy link
Author

👍

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

2 participants