diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-02 23:06:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 23:06:55 -0500 |
commit | 6f1c4ec9a9b5b7d0b4b67f3bc7c3af6810da5001 (patch) | |
tree | 80401e47119aa52ac188a290d140ae56686162bb /__mocks__ | |
parent | 95f8360d19938d00aaf9036a76616a7b82093703 (diff) | |
download | voidsky-6f1c4ec9a9b5b7d0b4b67f3bc7c3af6810da5001.tar.zst |
[APP-549] Language controls for Whats Hot (#563)
* Add a content-language preference control * Update whats hot to only show the selected languages and to refresh on lang pref changes * Fix lint * Fix tests * Add missing accessibility role
Diffstat (limited to '__mocks__')
-rw-r--r-- | __mocks__/expo-localization.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/__mocks__/expo-localization.js b/__mocks__/expo-localization.js new file mode 100644 index 000000000..8bd537cf6 --- /dev/null +++ b/__mocks__/expo-localization.js @@ -0,0 +1 @@ +export const getLocales = jest.fn().mockResolvedValue([]) |