Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
c45cfe5c5e4a15f939ae35c1f61496adb1320125
/
.
/
tests
/
unit
/
Global
/
__snapshots__
/
PageTitle.spec.js.snap
blob: 7c1bca744095dfd288160345c07c6f71c2144c6e [
file
] [
log
] [
blame
]
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports
[
`PageTitle.vue should render correctly 1`
]
=
`
<div
class="page-title"
>
<h1>
Page Title
</h1>
<p>
A page title test description
</p>
</div>
`
;