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

Add new cmdline option to denote implicit returns #3758

Closed

Commits on Feb 21, 2019

  1. fix(cli): Add new cmdline option to denote implicit returns

    CoffeeScript has implicit returns. The change made to deprecate suites returning a value causes a
    warning for _every_ `describe`. This adds a cmdline option to disable the deprecation warning.
    
    Fixes #3744
    plroebuck committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    76fa998 View commit details
    Browse the repository at this point in the history