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

        expectTemplateEquals(
            template,