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

identicon_spec.js.snap « __snapshots__ « components « vue_shared « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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>
`;