Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
2d9ddc3640d74f1404100f30a9d5eff10f8b4c8c
/
.
/
tests
/
unit
/
Global
/
__snapshots__
/
PageContainer.spec.js.snap
blob: 308f745ea2af068b964dd36049b54518a5422d74 [
file
] [
log
] [
blame
]
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports
[
`PageContainer.vue should render correctly 1`
]
=
`
<template>
<main id="main-content" class="page-container">
<slot />
</main>
</template>
`
;