it('non-string dynamic class', () => {
    expect(
      vnodeToString(
        getVNode({
          template: `<button :class="1">Button</button>`,