| 843 | ]); |
| 844 | |
| 845 | const blockToHTML = next => block => { |
| 846 | if (block.type === 'unstyled') { |
| 847 | return <testelement />; |
| 848 | } |
| 849 | return next(block); |
| 850 | }; |
| 851 | |
| 852 | blockToHTML.__isMiddleware = true; |
| 853 |
no outgoing calls
no test coverage detected
searching dependent graphs…