]> source.dussan.org Git - sonarqube.git/blob
ecf12ce47b4388fdbc30160b9d7f9b8855893372
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Modal
5   contentLabel="title"
6   onRequestClose={[MockFunction]}
7 >
8   <ValidationForm
9     initialValues={
10       Object {
11         "field": "foo",
12       }
13     }
14     isInitialValid={true}
15     onSubmit={[Function]}
16     validate={[MockFunction]}
17   >
18     <Component />
19   </ValidationForm>
20 </Modal>
21 `;