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

        expectTemplateEquals(
            template,