debian-mirror-gitlab/spec/frontend/vue_shared/components/form/__snapshots__/form_footer_actions_spec.js.snap
2020-04-22 19:07:51 +05:30

19 lines
274 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Form Footer Actions renders content properly 1`] = `
<footer
class="form-actions d-flex justify-content-between"
>
<div>
Bar
</div>
<div>
Foo
</div>
<div>
Abrakadabra
</div>
</footer>
`;