MCPcopy Index your code
hub / github.com/adobe/react-spectrum / getItemsEnd

Function getItemsEnd

packages/react-stately/test/data/useAsyncList.test.js:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38function getItemsEnd() {
39 return new Promise(resolve => {
40 setTimeout(() => resolve({items: ITEMS, cursor: null}), 100);
41 });
42}
43
44describe('useAsyncList', () => {
45 beforeAll(() => {

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected