1// 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`; 14