Idea for new rule: FAIL: ```javascript expect(method.mock.calls).toHaveLength(0); ``` WIN: ```javascript expect(method).not.toHaveBeenCalled(); ```