summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/jest/mocks/default-custom-tosca-function.mock.ts
blob: 080a1ed0e857f88c7d8a18d1c684a4da00fc3215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export const defaultCustomFunctionsMock = {
    defaultCustomToscaFunction: [
        {
            name: "custom-func-1",
            type: "custom"
        },
        {
            name: "custom-func-2",
            type: "custom"
        }
    ]
}