it(`captures an attribute with an interpolated string`, () => {
        const template = html<Model>`<my-element some-attribute=${stringValue}></my-element>`;

        expectTemplateEquals(
            template,