]> source.dussan.org Git - sonarqube.git/blob
66eea69153b52892fb1b75178f4cd4bb4e302670
[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.notifications"
9   />
10   <p
11     className="big-spacer-bottom"
12   >
13     notification.dispatcher.information
14   </p>
15   <Connect(GlobalNotifications) />
16   <hr
17     className="account-separator"
18   />
19   <Connect(Projects) />
20 </div>
21 `;