it(`captures an attribute with a binding`, () => {
        const template = html<Model>`<my-element some-attribute=${oneWay(x => x.value)}></my-element>`;

        expectTemplateEquals(
            template,