Files
T
Maciej Jastrzebski 3382867b13 chore: expose User Event in the exports and website (#1410)
* chore: expose User Event in the exports and website

* docs: tweaks, add beta notice

* chore: anotate fireEvent api

* docs: tweaks
2023-08-04 12:28:28 +02:00

21 lines
501 B
JavaScript

module.exports = {
docs: {
Introduction: ['getting-started', 'faq'],
'API Reference': ['api', 'api-queries', 'user-event'],
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'],
},
};