mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
9b252f8b60
* fix: relevant issues indicated by the eslint rule * chore: rename file * docs: move eslint to getting-started; cleanup legacy stuff
18 lines
474 B
JavaScript
18 lines
474 B
JavaScript
module.exports = {
|
|
docs: {
|
|
Introduction: ['getting-started'],
|
|
'API Reference': ['api', 'api-queries', 'user-event', 'jest-matchers'],
|
|
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',
|
|
],
|
|
},
|
|
};
|