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: Avoid TypeError when exec stub is used with no arguments #97

Merged
merged 1 commit into from
Dec 6, 2022
Merged

fix: Avoid TypeError when exec stub is used with no arguments #97

merged 1 commit into from
Dec 6, 2022

Commits on Nov 24, 2022

  1. fix: Avoid TypeError when exec stub is used with no arguments

    This extends the fix in 7f97815
    
    In some situations, such as code using a sinon stub, a
    TypeError is thrown as the AST node has no 'arguments' property.
    
    Closes 69
    Refs 69
    Luke Hudson committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    50c76a4 View commit details
    Browse the repository at this point in the history