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

3363: Throw error if unable to parse Mocha options file #3381

Closed
wants to merge 4 commits into from

Commits on May 12, 2018

  1. fix(cli): Throw error if unable to parse Mocha options file

    Code now throws an error for any problems (except nonexistent default "test/mocha.opts"). Includes
    tests.
    
    Fixes mochajs#3363 Fixes mochajs#2576
    plroebuck committed May 12, 2018
    Configuration menu
    Copy the full SHA
    2f91c61 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    ce4f9fb View commit details
    Browse the repository at this point in the history
  2. Update to correct previous merge

    Minor correction needed attempting to merge newer modifications to this file with this fix.
    plroebuck committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    0590835 View commit details
    Browse the repository at this point in the history
  3. Update options.js

    prettier, I doth loathe you...
    plroebuck committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    fcb6fb4 View commit details
    Browse the repository at this point in the history