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

tags_loader_spec.js.snap « __snapshots__ « details_page « components « explorer « registry « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aeb49f88770f736729ab65da4e0cd54cf1aa7cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`TagsLoader component has the correct markup 1`] = `
<div>
  <div
    preserve-aspect-ratio="xMinYMax meet"
  >
    <rect
      height="15"
      rx="4"
      width="15"
      x="0"
      y="12.5"
    />
     
    <rect
      height="20"
      rx="4"
      width="250"
      x="25"
      y="10"
    />
     
    <circle
      cx="290"
      cy="20"
      r="10"
    />
     
    <rect
      height="20"
      rx="4"
      width="100"
      x="315"
      y="10"
    />
     
    <rect
      height="20"
      rx="4"
      width="100"
      x="500"
      y="10"
    />
     
    <rect
      height="20"
      rx="4"
      width="100"
      x="630"
      y="10"
    />
     
    <rect
      height="40"
      rx="4"
      width="40"
      x="960"
      y="0"
    />
  </div>
</div>
`;