debian-mirror-gitlab/spec/frontend/vue_shared/components/__snapshots__/identicon_spec.js.snap
2020-05-24 23:13:21 +05:30

21 lines
301 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Identicon entity id is a GraphQL id matches snapshot 1`] = `
<div
class="avatar identicon s40 bg2"
>
E
</div>
`;
exports[`Identicon entity id is a number matches snapshot 1`] = `
<div
class="avatar identicon s40 bg2"
>
E
</div>
`;