]> source.dussan.org Git - sonarqube.git/blob
51c289290b80815284c0ab3f0747c368e5b1db23
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should match snapshot 1`] = `
4 <div
5   className="account-body account-container"
6 >
7   <HelmetWrapper
8     title="my_account.page - my_account.notifications"
9     titleTemplate="SonarQube - %s"
10   />
11   <p
12     className="big-spacer-bottom"
13   >
14     notification.dispatcher.information
15   </p>
16   <Connect(GlobalNotifications) />
17   <hr
18     className="account-separator"
19   />
20   <Connect(Projects) />
21 </div>
22 `;