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

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

exports[`IDE pipelines list when loaded renders empty state when no latestPipeline 1`] = `
<div
  class="ide-pipeline"
>
  <!---->
   
  <div
    class="gl-h-full gl-display-flex gl-flex-direction-column gl-justify-content-center"
  >
    <empty-state-stub />
  </div>
</div>
`;