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

table_of_contents_list_spec.js.snap « __snapshots__ « components « default « frontend « spec - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a00c5ea02ac3d508335f8c5e36a240c1bdbef20 (plain)
1
2
3
4
5
6
7
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`frontend/default/components/table_of_contents_list with empty items shows empty ul 1`] = `
<ul
  class="nav nav-pills flex-column"
/>
`;