Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
fba4d625042171cb1da8ff8a273cd808d7d20c44
/
.
/
tests
/
unit
/
Global
/
__snapshots__
/
InfoTooltip.spec.js.snap
blob: a3fd9be17015b3f52c5ec8f54869536390586635 [
file
] [
log
] [
blame
]
// 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>
`
;