import { haveText, html, test } from '../utils' test('can set a custom x- prefix', html`
`, ({ get }) => get('span').should(haveText('bar')) )