Added jest/enzyme tests for new components
[policy/gui.git] / gui-clamp / ui-react / src / api / __snapshots__ / UploadToscaFile.test.js.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Verify UploadToscaFile renders correctly 1`] = `
4 <Fragment>
5   <Button
6     active={false}
7     block={true}
8     disabled={false}
9     onClick={[Function]}
10     type="submit"
11     variant="primary"
12   >
13     Upload Tosca Service Template
14   </Button>
15 </Fragment>
16 `;