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: 72370cb5b52d9b864f3a988504d14af8ea255d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Identicon matches snapshot 1`] = `
<div
  class="avatar identicon s40 bg2"
>
  
  E

</div>
`;