mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
535e0bc6bd
* WIP * More changes * WIP * Added throwRemovedFunctionError docsRef * Fixed tests * Typescript types cleanup * Cleanup * Moving some changes from `prepare-2` branch * Moving some changes from `prepare-2` branch * Update src/waitFor.js Co-authored-by: Michał Pierzchała <thymikee@gmail.com> * Update website/docs/Migration20.md Co-authored-by: Michał Pierzchała <thymikee@gmail.com> * Code review changes * More code review changes * Code review changes * More code review changes * Added @deprecated messages for TS type defs * Spelling mistake * Reformatted index.d.ts * Removed remaining refs to warnFn Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
9 lines
208 B
JavaScript
9 lines
208 B
JavaScript
module.exports = {
|
|
docs: {
|
|
Introduction: ['getting-started'],
|
|
'API Reference': ['api', 'api-queries'],
|
|
Guides: ['migration-v2'],
|
|
Examples: ['react-navigation', 'redux-integration'],
|
|
},
|
|
};
|