Changing the default testing container
By default testing, the library will append your render to the body, for which it first will apply a div.
The format will result in something like this:
<body>
<div>
<YourComponent />
</div>
</body>
However, you might want to test for other ...
h.daily-dev-tips.com2 min read