mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
a80e0c338b
* docs: v11 migration guide * docs: tweaks * docs: more tweaks * tweaks
18 lines
395 B
JavaScript
18 lines
395 B
JavaScript
module.exports = {
|
|
docs: {
|
|
Introduction: ['getting-started'],
|
|
'API Reference': ['api', 'api-queries'],
|
|
Guides: [
|
|
'migration-v11',
|
|
'migration-v9',
|
|
'migration-v7',
|
|
'migration-v2',
|
|
'how-should-i-query',
|
|
'faq',
|
|
'eslint-plugin-testing-library',
|
|
'understanding-act',
|
|
],
|
|
Examples: ['react-navigation', 'redux-integration'],
|
|
},
|
|
};
|