1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`TableToolbar.vue should render correctly 1`] = `
4<transition-stub
5  name="slide"
6>
7  <div
8    class="toolbar-container"
9  >
10    <div
11      class="toolbar-content"
12    >
13      <p
14        class="toolbar-selected"
15      >
16        12 global.action.selected
17      </p>
18      <div
19        class="toolbar-actions d-flex"
20      >
21        <button
22          class="btn d-block btn-secondary"
23          type="button"
24        >
25          global.action.cancel
26        </button>
27      </div>
28    </div>
29  </div>
30</transition-stub>
31`;
32