summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/resizable_chart/__snapshots__/resizable_chart_container_spec.js.snap
blob: cdfe311acd925ae354f4c1df302dcc03ef92291a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Resizable Chart Container renders the component 1`] = `
<div>
  <template>
    <div
      class="slot"
    >
      <span
        class="width"
      >
        0
      </span>
       
      <span
        class="height"
      >
        0
      </span>
    </div>
  </template>
</div>
`;