Skip to content

Commit

Permalink
Add missing stub for getObjectInfos (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianpoole committed Nov 17, 2020
1 parent 09dbb43 commit e1ced60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lightning-stubs/uiObjectInfoApi/uiObjectInfoApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

0 comments on commit e1ced60

Please sign in to comment.