-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
test fails on windows #13
Comments
And I thought fixing #12 was going to be easy... |
BurtHarris
pushed a commit
to BurtHarris/isexe
that referenced
this issue
Jun 5, 2017
Use fs.exists / existsSync to avoid exception on Windows This is currently untested because the test suite was failing when I started, issue isaacs#13
It looks like this failure was caused by tapjs/tapjs#373 which itself was caused by a bug in It looks any version of |
Gudahtt
added a commit
to Gudahtt/isexe
that referenced
this issue
Aug 2, 2018
A dependency of `tap` (`spawn-env`, via nyc) was causing tests to fail. Any version of `tap` >= v10.7.1 will guarantee a version of `spawn-env` with that bug fix. The minimum has been increased to v12.0.1 because the breaking changes between v10 and v12 do not affect this package. Closes isaacs#13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: