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

docs(expect-expect): change suggested rule config #825

Merged
merged 1 commit into from
Apr 14, 2021

Commits on Apr 14, 2021

  1. docs(expect-expect): change suggested rule config

    Change the suggested rule config for jest/expect-expect when using supertest to use
    "request.**.expect" in the assertFunctionNames array rather than "request.*.expect". A supertest
    chained assertion may have more than one function call between `request(app)` and `.expect()`
    (such as `.set()`).
    callumgare committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    0e43630 View commit details
    Browse the repository at this point in the history