mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
67fb7177cf
* docs: update community resources * docs: fix typos
18 lines
507 B
JavaScript
18 lines
507 B
JavaScript
module.exports = {
|
|
docs: {
|
|
Introduction: ['getting-started'],
|
|
'API Reference': ['api', 'api-queries', 'user-event', 'jest-matchers'],
|
|
Guides: ['how-should-i-query', 'troubleshooting', 'faq', 'eslint-plugin-testing-library'],
|
|
Advanced: ['testing-env', 'understanding-act'],
|
|
Community: ['community-resources'],
|
|
Migrations: [
|
|
'migration-jest-native',
|
|
'migration-v12',
|
|
'migration-v11',
|
|
'migration-v9',
|
|
'migration-v7',
|
|
'migration-v2',
|
|
],
|
|
},
|
|
};
|