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

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

exports[`Grouped Issues List renders a smart virtual list with the correct props 1`] = `
Object {
  "length": 4,
  "remain": 20,
  "rtag": "div",
  "size": 32,
  "wclass": "report-block-list",
  "wtag": "ul",
}
`;

exports[`Grouped Issues List with data renders a report item with the correct props 1`] = `
Object {
  "component": "CodequalityIssueBody",
  "iconComponent": "IssueStatusIcon",
  "isNew": false,
  "issue": Object {
    "name": "foo",
  },
  "showReportSectionStatusIcon": false,
  "status": "none",
  "statusIconSize": 24,
}
`;