In the "my-component.e2e.ts" test class created by Stencil.js "npm init stencil" we have a line
expect(element).toHaveClass('hydrated');
I can guess what 'hydrated' means, but I cannot find any documentation for it or why I have to test for it. Can anyone point me to the documentation that explains this or explain it here?