From af3fdfce91aeea1804c76a8571c102b78dde3794 Mon Sep 17 00:00:00 2001 From: JvD_Ericsson Date: Thu, 13 Apr 2023 08:28:45 +0100 Subject: UI support for default custom function names Issue-ID: SDC-4473 Signed-off-by: JvD_Ericsson Change-Id: Ie4d002989857029300f0cc88123a5616a453aef0 --- .../src/jest/mocks/default-custom-tosca-function.mock.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 catalog-ui/src/jest/mocks/default-custom-tosca-function.mock.ts (limited to 'catalog-ui/src/jest/mocks/default-custom-tosca-function.mock.ts') 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 -- cgit 1.2.3-korg