Files
T
Maciej Jastrzebski 2bce396a46 docs: expose jest matchers publically (docs, examples, etc) (#1523)
* docs: update references to Jest Native

* chore: update docs

* chore: update example apps

* docs: update

* chore: upgrade example apps

* chore: self code review

* chore: docs tweaks

* docs: code review changes
2023-11-14 12:23:24 +01:00

22 lines
549 B
JavaScript

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