mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
597fa3c4f8
* docs: add FAQ page and native features question * docs: fixed grammar issues & added native examples
16 lines
345 B
JavaScript
16 lines
345 B
JavaScript
module.exports = {
|
|
docs: {
|
|
Introduction: ['getting-started'],
|
|
'API Reference': ['api', 'api-queries'],
|
|
Guides: [
|
|
'migration-v9',
|
|
'migration-v7',
|
|
'migration-v2',
|
|
'how-should-i-query',
|
|
'faq',
|
|
'eslint-plugin-testing-library',
|
|
],
|
|
Examples: ['react-navigation', 'redux-integration'],
|
|
},
|
|
};
|