]> source.dussan.org Git - sonarqube.git/blob
4793b31af1954ac2f9ea0166d63d7e5a3b7f7431
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders for logged in user 1`] = `
4 <header
5   className="page-header text-center"
6 >
7   <div
8     className="button-group little-spacer-top"
9   >
10     <Link
11       activeClassName="button-active"
12       className="button"
13       id="favorite-projects"
14       onClick={[Function]}
15       onlyActiveOnIndex={false}
16       style={Object {}}
17       to={
18         Object {
19           "pathname": "/projects/favorite",
20           "query": Object {
21             "size": 1,
22           },
23         }
24       }
25     >
26       my_favorites
27     </Link>
28     <IndexLink
29       activeClassName="button-active"
30       className="button"
31       id="all-projects"
32       onClick={[Function]}
33       to={
34         Object {
35           "pathname": "/projects",
36           "query": Object {
37             "size": 1,
38           },
39         }
40       }
41     >
42       all
43     </IndexLink>
44   </div>
45 </header>
46 `;