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

Fix regressions in v7 #197

Merged
merged 2 commits into from Aug 20, 2019
Merged

Fix regressions in v7 #197

merged 2 commits into from Aug 20, 2019

Commits on Aug 20, 2019

  1. Set option preferLocal to true (sindresorhus#196)

    Fixes Command failed with exit code 2 (ENOENT) when mocha is not installed globally.
    jlenoble committed Aug 20, 2019
    Copy the full SHA
    39d5426 View commit details
    Browse the repository at this point in the history
  2. Pipe subprocess stdios into process stdios

    They were piped into themselves.
    jlenoble committed Aug 20, 2019
    Copy the full SHA
    4ed13ea View commit details
    Browse the repository at this point in the history