diff options
Diffstat (limited to 'gui-clamp/ui-react/src/api/__snapshots__/GetToscaTemplate.test.js.snap')
-rw-r--r-- | gui-clamp/ui-react/src/api/__snapshots__/GetToscaTemplate.test.js.snap | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gui-clamp/ui-react/src/api/__snapshots__/GetToscaTemplate.test.js.snap b/gui-clamp/ui-react/src/api/__snapshots__/GetToscaTemplate.test.js.snap deleted file mode 100644 index 2c591d9..0000000 --- a/gui-clamp/ui-react/src/api/__snapshots__/GetToscaTemplate.test.js.snap +++ /dev/null @@ -1,15 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Verify GetToscaTemplate renders correctly 1`] = ` -<Fragment> - <Button - active={false} - disabled={false} - onClick={[Function]} - type="submit" - variant="primary" - > - Get Tosca Service Template - </Button> -</Fragment> -`; |