Files
T
Maciej Jastrzebski bfb3498e39 docs: testing environment (#1195)
* 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>
2022-10-31 16:09:21 +01:00

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'],
},
};