We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Idea for new rule:
FAIL:
expect(method.mock.calls).toHaveLength(0);
WIN:
expect(method).not.toHaveBeenCalled();