Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
7d6b44cb263da09e575c7cb28cab88c1eb339c7b
/
.
/
tests
/
unit
/
Global
/
__snapshots__
/
PageSection.spec.js.snap
blob: 06064f68f00522d3d9a0e3b5128dad9c91e820b8 [
file
] [
log
] [
blame
]
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports
[
`PageSection.vue should render correctly 1`
]
=
`
<div
class="page-section"
>
<h2>
PageSection test title
</h2>
</div>
`
;