summaryrefslogtreecommitdiff
path: root/spec/frontend/lib/logger/__snapshots__/hello_spec.js.snap
blob: 791ec05befdcb2498848b6f9a20b627075f3db9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`~/lib/logger/hello logHello console logs a friendly hello message 1`] = `
Array [
  Array [
    "%cWelcome to GitLab!%c

Does this page need fixes or improvements? Open an issue or contribute a merge request to help make GitLab more lovable. At GitLab, everyone can contribute!

🤝 Contribute to GitLab: https://about.gitlab.com/community/contribute/
🔎 Create a new GitLab issue: https://gitlab.com/gitlab-org/gitlab/-/issues/new",
    "padding-top: 0.5em; font-size: 2em;",
    "padding-bottom: 0.5em;",
  ],
]
`;