The past year I used enzyme fro unit test and they provide a debug function to display html in console. I think that will be a good hook for those run the test only in the console.
vhs('A super test', t => {
t.debug()
})
It's just an idea let me know :)
The past year I used enzyme fro unit test and they provide a debug function to display html in console. I think that will be a good hook for those run the test only in the console.
It's just an idea let me know :)