Files
callstack__react-native-tes…/website/sidebars.js
T
Maciej Jastrzebski f6fe982f65 docs: create document describing act function and related errors (#969)
* docs: initial act doc

* self code review

* docs: self code review

* docs: applied type fixes

* docs: further updates
2022-07-19 12:00:03 +02:00

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'],
},
};