]> source.dussan.org Git - sonarqube.git/blob
2c203e41f6f3707d4b364e4ea5a3abf5f9a2e76b
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should handle \`view\` and \`visualization\` 1`] = `undefined`;
4
5 exports[`should handle \`view\` and \`visualization\` 2`] = `
6 <div
7   className="projects-facets-reset"
8 >
9   <Link
10     className="button button-red"
11     onlyActiveOnIndex={false}
12     style={Object {}}
13     to={
14       Object {
15         "pathname": "/projects",
16         "query": Object {
17           "view": "visualizations",
18           "visualization": "bugs",
19         },
20       }
21     }
22   >
23     clear_all_filters
24   </Link>
25 </div>
26 `;