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: 47e3a56e83d1bf58c1f3ec968870c89348b26cdf (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"
>
  <!---->
   
  <empty-state-stub
    cansetci="true"
    class="gl-p-5"
    emptystatesvgpath="http://test.host"
  />
</div>
`;