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