mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
85bccf2f6a
* docs: Port How Should I Query guide * fixup! docs: Port How Should I Query guide * Update website/docs/HowShouldIQuery.md * reword * add getByAccessibilityState getByAccessibilityValue Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
9 lines
246 B
JavaScript
9 lines
246 B
JavaScript
module.exports = {
|
|
docs: {
|
|
Introduction: ['getting-started'],
|
|
'API Reference': ['api', 'api-queries'],
|
|
Guides: ['migration-v7', 'migration-v2', 'how-should-i-query'],
|
|
Examples: ['react-navigation', 'redux-integration'],
|
|
},
|
|
};
|