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