import { haveText, html, test } from '../../utils' test('$data returns the current scope (with cascading)', html`
`, ({ get }) => { get('span').should(haveText('bar lob')) } )