1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly for bugs 1`] = `
6 className="overview-measures-value text-light"
7 onlyActiveOnIndex={false}
11 "pathname": "/project/issues",
14 "pullRequest": "1001",
16 "sinceLeakPeriod": "false",
25 className="big-spacer-left little-spacer-right"
31 exports[`should render correctly for bugs 2`] = `
34 className="overview-measures-value text-light"
35 onlyActiveOnIndex={false}
39 "pathname": "/project/issues",
42 "pullRequest": "1001",
44 "sinceLeakPeriod": "true",
53 className="big-spacer-left little-spacer-right"
59 exports[`should render correctly for code smells 1`] = `
62 className="overview-measures-value text-light"
63 onlyActiveOnIndex={false}
67 "pathname": "/project/issues",
70 "pullRequest": "1001",
72 "sinceLeakPeriod": "false",
73 "types": "CODE_SMELL",
81 className="big-spacer-left little-spacer-right"
83 metric.code_smells.name
87 exports[`should render correctly for code smells 2`] = `
90 className="overview-measures-value text-light"
91 onlyActiveOnIndex={false}
95 "pathname": "/project/issues",
98 "pullRequest": "1001",
100 "sinceLeakPeriod": "true",
101 "types": "CODE_SMELL",
109 className="big-spacer-left little-spacer-right"
111 metric.new_code_smells.name
115 exports[`should render correctly for hotspots 1`] = `
118 className="overview-measures-value text-light"
119 onlyActiveOnIndex={false}
123 "pathname": "/security_hotspots",
125 "assignedToMe": undefined,
127 "category": undefined,
128 "hotspots": undefined,
130 "pullRequest": "1001",
131 "sinceLeakPeriod": "false",
139 className="big-spacer-left little-spacer-right"
141 metric.security_hotspots.name
143 className="little-spacer-left"
144 overlay="tooltip text"
149 exports[`should render correctly for hotspots 2`] = `
152 className="overview-measures-value text-light"
153 onlyActiveOnIndex={false}
157 "pathname": "/security_hotspots",
159 "assignedToMe": undefined,
161 "category": undefined,
162 "hotspots": undefined,
164 "pullRequest": "1001",
165 "sinceLeakPeriod": "true",
173 className="big-spacer-left little-spacer-right"
175 metric.new_security_hotspots.name
177 className="little-spacer-left"
178 overlay="tooltip text"
183 exports[`should render correctly for vulnerabilities 1`] = `
186 className="overview-measures-value text-light"
187 onlyActiveOnIndex={false}
191 "pathname": "/project/issues",
194 "pullRequest": "1001",
196 "sinceLeakPeriod": "false",
197 "types": "VULNERABILITY",
205 className="big-spacer-left little-spacer-right"
207 metric.vulnerabilities.name
211 exports[`should render correctly for vulnerabilities 2`] = `
214 className="overview-measures-value text-light"
215 onlyActiveOnIndex={false}
219 "pathname": "/project/issues",
222 "pullRequest": "1001",
224 "sinceLeakPeriod": "true",
225 "types": "VULNERABILITY",
233 className="big-spacer-left little-spacer-right"
235 metric.new_vulnerabilities.name
239 exports[`should render correctly if no values are present 1`] = `
243 className="overview-measures-empty-value"
246 className="big-spacer-left little-spacer-right"