File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
src/lightning-stubs/uiRelatedListApi Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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 ( ) ) ;
You can’t perform that action at this time.
0 commit comments