mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
8a48e5ba59
* 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
22 lines
549 B
JavaScript
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'],
|
|
},
|
|
};
|