import { html, notHaveAttribute, test } from '../../utils' test('x-cloak is removed', html`
`, ({ get }) => get('span').should(notHaveAttribute('x-cloak')) )