]> source.dussan.org Git - sonarqube.git/blob
81c1df3dd787221d14a52a511745a57f21b841e1
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`render correctly 1`] = `
4 <SimpleModal
5   header="title"
6   onClose={[MockFunction]}
7   onSubmit={[Function]}
8   size="small"
9 >
10   <Component />
11 </SimpleModal>
12 `;