From e1ced603790eb8b63b02d27b5cd6d331d7738149 Mon Sep 17 00:00:00 2001 From: Damian Poole Date: Tue, 17 Nov 2020 17:09:44 +0000 Subject: [PATCH] Add missing stub for getObjectInfos (#180) --- src/lightning-stubs/uiObjectInfoApi/uiObjectInfoApi.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lightning-stubs/uiObjectInfoApi/uiObjectInfoApi.js b/src/lightning-stubs/uiObjectInfoApi/uiObjectInfoApi.js index bd2ac5ce..d4d20210 100644 --- a/src/lightning-stubs/uiObjectInfoApi/uiObjectInfoApi.js +++ b/src/lightning-stubs/uiObjectInfoApi/uiObjectInfoApi.js @@ -5,5 +5,6 @@ * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT */ export const getObjectInfo = jest.fn(); +export const getObjectInfos = jest.fn(); export const getPicklistValues = jest.fn(); export const getPicklistValuesByRecordType = jest.fn();