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
17        12 global.action.selected
18
19      </p>
20
21      <div
22        class="toolbar-actions d-flex"
23      >
24
25        <button
26          class="btn d-block btn-secondary"
27          type="button"
28        >
29
30          global.action.cancel
31
32        </button>
33      </div>
34    </div>
35  </div>
36</transition-stub>
37`;
38