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

3370: Add support for comment lines in "mocha.opts" #3375

Merged
merged 2 commits into from May 8, 2018

Commits on May 3, 2018

  1. feat(bin/options.js): Add support for comment lines in "mocha.opts"

    Modified code to strip comment lines, those beginning with a hash character ('#'), from "mocha.opts"
    prior to processing its contents.
    
    Fixes mochajs#3370
    plroebuck committed May 3, 2018
    Copy the full SHA
    a9745f1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. docs(docs/index.md): Update "mocha.opts" documentation

    Added information on file content, noting support for comment/blank lines.
    plroebuck committed May 5, 2018
    Copy the full SHA
    ddd15ed View commit details
    Browse the repository at this point in the history