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

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

exports[`Form Footer Actions renders content properly 1`] = `
<footer
  class="gl-mt-5 footer-block"
>
  Bar Foo Abrakadabra
</footer>
`;