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

Require mocha before 8.x #355

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 17, 2020

  1. Require mocha before 8.x

    mocha 8.x removed support for mocha.opts, and had been announcing that through a deprecation warning
    before:
    ~~~~
    (node:200058) DeprecationWarning: Configuration via mocha.opts is DEPRECATED and will be removed from a future version of Mocha. Use RC files or package.json instead.
    ~~~~
    ankon committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    c5f92fa View commit details
    Browse the repository at this point in the history