mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
bfb3498e39
* docs: testing environment * fix: links * docs: link from FAQ * Update TestingEnvironment.md * Apply suggestions from code review Co-authored-by: Pierre Zimmermann <64224599+pierrezimmermannbam@users.noreply.github.com> Co-authored-by: Augustin Le Fèvre <augustin.le-fevre@klarna.com> * docs: code review changes Co-authored-by: Michał Pierzchała <thymikee@gmail.com> Co-authored-by: Pierre Zimmermann <64224599+pierrezimmermannbam@users.noreply.github.com> Co-authored-by: Augustin Le Fèvre <augustin.le-fevre@klarna.com>
20 lines
464 B
JavaScript
20 lines
464 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-v11',
|
|
'migration-v9',
|
|
'migration-v7',
|
|
'migration-v2',
|
|
],
|
|
Examples: ['react-navigation', 'redux-integration'],
|
|
},
|
|
};
|