Home
last modified time | relevance | path

Searched refs:sortField (Results 1 – 1 of 1) sorted by relevance

/expo/apps/test-suite/tests/
H A DContacts.js11 async function sortContacts(contacts, sortField, expect) { argument
13 const { [sortField]: propA } = contacts[i - 1];
14 const { [sortField]: propB } = contacts[i];