]> source.dussan.org Git - sonarqube.git/blob
d136af03406880af9e5a5586794e19d716050f48
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should display a ready notification 1`] = `<div />`;
4
5 exports[`should display an error notification 1`] = `<div />`;
6
7 exports[`should display an in progress notif 1`] = `<div />`;
8
9 exports[`should display install errors 1`] = `
10 <div>
11   <div
12     className="alert alert-danger"
13   >
14     Foo error
15   </div>
16 </div>
17 `;