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

npm_installation_spec.js.snap « __snapshots__ « details « components « package_registry « packages_and_registries « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a7f14dc33f63397f83df2be235fde7a9011d334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`NpmInstallation renders all the messages 1`] = `
<div>
  <installation-title-stub
    options="[object Object],[object Object]"
    packagetype="npm"
  />
   
  <code-instruction-stub
    copytext="Copy npm command"
    instruction="npm i @gitlab-org/package-15"
    label=""
    trackingaction="copy_npm_install_command"
    trackinglabel="code_instruction"
  />
   
  <h3
    class="gl-font-lg"
  >
    Registry setup
  </h3>
   
  <code-instruction-stub
    copytext="Copy npm setup command"
    instruction="echo @gitlab-org:registry=npmPath/ >> .npmrc"
    label=""
    trackingaction="copy_npm_setup_command"
    trackinglabel="code_instruction"
  />
   
  <gl-sprintf-stub
    message="You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
  />
</div>
`;