Skip to content

Definition for rule 'testing-library/no-wait-for-multiple-assertions' was not found testing-library/no-wait-for-mult iple-assertions #407

Closed
@IAMtheIAM

Description

@IAMtheIAM

This rule does not work following the documentation:

    "eslint-plugin-testing-library": "4.9.0"
    overrides: [
        {
            // Enable eslint-plugin-testing-library rules or preset only for matching files
            "files": ["**/?(*.)+(test).{j,t}s?(x)", "**/mocks/**"],
            "plugins": ["testing-library"],
            "extends": ["plugin:testing-library/react"],
            "rules": {
                "testing-library/no-wait-for-multiple-assertions": "error"
            }
        }
    ]
  Line 1:1:  Definition for rule 'testing-library/no-wait-for-multiple-assertions' was not found  testing-library/no-wait-for-mult
iple-assertions

What is the correct way to use this rule?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions