Files
T
2024-04-25 14:37:01 +02:00

27 lines
576 B
JavaScript

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