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