summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/__snapshots__/identicon_spec.js.snap
blob: 1d8e04b83a37c898fc1b16a290b2b99c3b286f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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>
`;