mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
f6fe982f65
* docs: initial act doc * self code review * docs: self code review * docs: applied type fixes * docs: further updates
17 lines
372 B
JavaScript
17 lines
372 B
JavaScript
module.exports = {
|
|
docs: {
|
|
Introduction: ['getting-started'],
|
|
'API Reference': ['api', 'api-queries'],
|
|
Guides: [
|
|
'migration-v9',
|
|
'migration-v7',
|
|
'migration-v2',
|
|
'how-should-i-query',
|
|
'faq',
|
|
'eslint-plugin-testing-library',
|
|
'understanding-act',
|
|
],
|
|
Examples: ['react-navigation', 'redux-integration'],
|
|
},
|
|
};
|