gitlab-org--gitlab-foss/spec/frontend/vue_shared/components/__snapshots__/resizable_chart_container_s...

22 lines
281 B
Plaintext

// 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>
`;