diff options
Diffstat (limited to 'catalog-ui/src/jest/mocks/default-custom-tosca-function.mock.ts')
-rw-r--r-- | catalog-ui/src/jest/mocks/default-custom-tosca-function.mock.ts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/catalog-ui/src/jest/mocks/default-custom-tosca-function.mock.ts b/catalog-ui/src/jest/mocks/default-custom-tosca-function.mock.ts new file mode 100644 index 0000000000..080a1ed0e8 --- /dev/null +++ b/catalog-ui/src/jest/mocks/default-custom-tosca-function.mock.ts @@ -0,0 +1,12 @@ +export const defaultCustomFunctionsMock = { + defaultCustomToscaFunction: [ + { + name: "custom-func-1", + type: "custom" + }, + { + name: "custom-func-2", + type: "custom" + } + ] +}
\ No newline at end of file |