it(`captures a case-sensitive property with an interpolated string`, () => {
        const template = html<Model>`<my-element :someAttribute=${stringValue}></my-element>`;

        expectTemplateEquals(
            template,