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

settings_titles_spec.js.snap « __snapshots__ « components « group « settings « packages_and_registries « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2087733d2b6e6e8c541fd9efa0b298b5871d961 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`settings_titles renders properly 1`] = `
<div>
  <h5
    class="gl-border-b-solid gl-border-b-1 gl-border-gray-200"
  >
    
    foo
  
  </h5>
   
  <p>
    bar
  </p>
   
</div>
`;