Files
T
Maciej Jastrzebski 8a48e5ba59 docs: rewrite How should I query? guide (#1531)
* docs: describe query variants

* docs: tweaks

* docs: tweaks

* docs: more content

* docs: tweaks

* docs: tweaks

* docs: tweaks

* docs: update caniuse

* docs: tweaks

* docs: tweaks

* docs: tweaks

* docs: tweaks
2023-11-27 19:03:09 +01:00

22 lines
549 B
JavaScript

module.exports = {
docs: {
Introduction: ['getting-started', 'faq'],
'API Reference': ['api', 'api-queries', 'jest-matchers', 'user-event'],
Guides: [
'how-should-i-query',
'eslint-plugin-testing-library',
'troubleshooting',
],
Advanced: ['testing-env', 'understanding-act'],
Migrations: [
'migration-jest-native',
'migration-v12',
'migration-v11',
'migration-v9',
'migration-v7',
'migration-v2',
],
Examples: ['react-navigation', 'redux-integration'],
},
};