()
| 98 | } |
| 99 | |
| 100 | function noNavigation() { |
| 101 | handleClick(event); |
| 102 | expect(open).to.have.not.been.called; |
| 103 | expect(event.preventDefault).to.have.not.been.called; |
| 104 | } |
| 105 | |
| 106 | it('should navigate to correct destination', () => { |
| 107 | simpleSuccess(); |
no test coverage detected