blob: a3fd9be17015b3f52c5ec8f54869536390586635 [file] [log] [blame]
SurenNeware6b426782020-12-31 20:46:40 +05301// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`InfoTooltip.vue should render correctly 1`] = `
4<template>
5 <b-button
6 v-b-tooltip
7 variant="link"
8 class="btn-tooltip"
9 >
10 <icon-tooltip />
11 </b-button>
12</template>
13`;