(count)
| 199 | const closeTimeoutMS = 100; |
| 200 | |
| 201 | function checkDOM(count) { |
| 202 | const portal = document.querySelectorAll(".ReactModalPortal"); |
| 203 | portal.length.should.be.eql(count); |
| 204 | } |
| 205 | |
| 206 | const props = { isOpen: true, closeTimeoutMS }; |
| 207 | withModal(props, "hello", () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…