Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resizable_chart_container_spec.js.snap « __snapshots__ « resizable_chart « components « vue_shared « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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>
`;