debian-mirror-gitlab/spec/frontend/vue_shared/components/__snapshots__/resizable_chart_container_spec.js.snap
2019-07-07 11:18:12 +05:30

22 lines
281 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Resizable Chart Container renders the component 1`] = `
<div>
<div
class="slot"
>
<span
class="width"
>
0
</span>
<span
class="height"
>
0
</span>
</div>
</div>
`;