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

dependency_row_spec.js.snap « __snapshots__ « details « components « package_registry « packages_and_registries « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f83df7b11f405b0034d0f592c3c1ac14dbbb1544 (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
// 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"
    >
      Ninject.Extensions.Factory
    </strong>
     
    <span
      data-testid="target-framework"
    >
      
      (.NETCoreApp3.1)
    
    </span>
  </div>
   
  <div
    class="table-section section-50 gl-display-flex gl-md-justify-content-end"
    data-testid="version-pattern"
  >
    <span
      class="gl-text-body"
    >
      3.3.2
    </span>
  </div>
</div>
`;