summaryrefslogtreecommitdiff
path: root/spec/frontend/packages/details/components/__snapshots__/dependency_row_spec.js.snap
blob: 28b7ca442ebe8f7fff0eb8312073ce37c1289f79 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`DependencyRow renders full dependency 1`] = `
<div
  class="gl-responsive-table-row"
>
  <div
    class="table-section section-50"
  >
    <strong
      class="gl-text-body"
    >
      Test.Dependency
    </strong>
     
    <span
      data-testid="target-framework"
    >
      (.NETStandard2.0)
    </span>
  </div>
   
  <div
    class="table-section section-50 gl-display-flex justify-content-md-end"
    data-testid="version-pattern"
  >
    <span
      class="gl-text-body"
    >
      2.3.7
    </span>
  </div>
</div>
`;