summaryrefslogtreecommitdiff
path: root/tests/unit/Global/__snapshots__/InfoTooltip.spec.js.snap
blob: a3fd9be17015b3f52c5ec8f54869536390586635 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`InfoTooltip.vue should render correctly 1`] = `
<template>
  <b-button
    v-b-tooltip
    variant="link"
    class="btn-tooltip"
  >
    <icon-tooltip />
  </b-button>
</template>
`;