Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
e88b816d47ce36ebc449b3ad78496916beda8ca4
/
.
/
tests
/
unit
/
Global
/
__snapshots__
/
TableCellCount.spec.js.snap
blob: 2906cb8250b56b054d1da9f0de25c87932208ed3 [
file
] [
log
] [
blame
]
Sukanya Pandey
4da9495
2020-12-29 15:35:01 +0530
[
diff
] [
blame
]
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
exports
[
`TableCellCount.vue should render correctly 1`
]
=
`
4
<div
5
class="mt-2"
6
>
7
<p>
8
global.table.items
9
</p>
10
</div>
11
`
;