mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
4f6d299357
* chore: enable all breaking changes * fix: ci issues * chore: fix lint * chore: cleanup * chore: add migration guide * chore: update docs * chore: docs tweaks * chore: docs tweaks * chore: remove useBreakingChanges config flag * refactor: code review changes * docs: tweaks
21 lines
487 B
JavaScript
21 lines
487 B
JavaScript
module.exports = {
|
|
docs: {
|
|
Introduction: ['getting-started', 'faq'],
|
|
'API Reference': ['api', 'api-queries'],
|
|
Guides: [
|
|
'troubleshooting',
|
|
'how-should-i-query',
|
|
'eslint-plugin-testing-library',
|
|
],
|
|
Advanced: ['testing-env', 'understanding-act'],
|
|
Migrations: [
|
|
'migration-v12',
|
|
'migration-v11',
|
|
'migration-v9',
|
|
'migration-v7',
|
|
'migration-v2',
|
|
],
|
|
Examples: ['react-navigation', 'redux-integration'],
|
|
},
|
|
};
|