Skip to content

Commit d012ff5

Browse files
authored
feat: added uiRelatedListApi stubs (#334)
1 parent 7823d60 commit d012ff5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* Copyright (c) 2023, salesforce.com, inc.
3+
* All rights reserved.
4+
* SPDX-License-Identifier: MIT
5+
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6+
*/
7+
import { createLdsTestWireAdapter } from '@salesforce/wire-service-jest-util';
8+
9+
export const getRelatedListCount = createLdsTestWireAdapter(jest.fn());
10+
export const getRelatedListInfo = createLdsTestWireAdapter(jest.fn());
11+
export const getRelatedListInfoBatch = createLdsTestWireAdapter(jest.fn());
12+
export const getRelatedListRecordsBatch = createLdsTestWireAdapter(jest.fn());
13+
export const getRelatedListRecords = createLdsTestWireAdapter(jest.fn());
14+
export const getRelatedListsInfo = createLdsTestWireAdapter(jest.fn());

0 commit comments

Comments
 (0)