mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
913a19bbcb
* docs: api overview tweaks * docs: update README
28 lines
589 B
JavaScript
28 lines
589 B
JavaScript
module.exports = {
|
|
docs: {
|
|
Introduction: ['getting-started'],
|
|
'API Reference': [
|
|
'api',
|
|
'render',
|
|
'screen',
|
|
'queries',
|
|
'jest-matchers',
|
|
'user-event',
|
|
'fire-event',
|
|
'render-hook',
|
|
'other',
|
|
],
|
|
Guides: ['how-should-i-query', 'troubleshooting', 'faq'],
|
|
Advanced: ['testing-env', 'understanding-act'],
|
|
Community: ['community-resources'],
|
|
Migrations: [
|
|
'migration-jest-native',
|
|
'migration-v12',
|
|
'migration-v11',
|
|
'migration-v9',
|
|
'migration-v7',
|
|
'migration-v2',
|
|
],
|
|
},
|
|
};
|