()
| 78 | document.activeElement.should.be.eql(content); |
| 79 | tabKeyDown(content, { |
| 80 | preventDefault() { |
| 81 | tabPrevented = true; |
| 82 | } |
| 83 | }); |
| 84 | tabPrevented.should.be.eql(true); |
| 85 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected