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

app_spec.js.snap « __snapshots__ « components « new « projects « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c4d63c35090a399334ca77a9f2ce52881b0d6e9 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Experimental new project creation app creates correct panels 1`] = `
Array [
  Object {
    "description": "Create a blank project to store your files, plan your work, and collaborate on code, among other things.",
    "imageSrc": "file-mock",
    "key": "blank",
    "name": "blank_project",
    "selector": "#blank-project-pane",
    "title": "Create blank project",
  },
  Object {
    "description": "Create a project pre-populated with the necessary files to get you started quickly.",
    "imageSrc": "file-mock",
    "key": "template",
    "name": "create_from_template",
    "selector": "#create-from-template-pane",
    "title": "Create from template",
  },
  Object {
    "description": "Migrate your data from an external source like GitHub, Bitbucket, or another instance of GitLab.",
    "imageSrc": "file-mock",
    "key": "import",
    "name": "import_project",
    "selector": "#import-project-pane",
    "title": "Import project",
  },
]
`;