diff --git a/docker-compose.yml b/docker-compose.yml index 6711192..1fcc0e1 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -version: "3" +version: '3' services: docusaurus: diff --git a/docs/api-helpers.md b/docs/api-helpers.md index 591ca57..ec6d033 100644 --- a/docs/api-helpers.md +++ b/docs/api-helpers.md @@ -6,11 +6,11 @@ sidebar_label: Helpers ## Custom Queries -A few helper functions are exposed that are used internally to implement the default queries. You can -use the helpers to build custom queries. For example, the code below shows a way to query your +A few helper functions are exposed that are used internally to implement the default queries. You +can use the helpers to build custom queries. For example, the code below shows a way to query your TestInstance by a `style` prop. Note: test files would need to now import `test-utils.js` instead of -importing directly from `@testing-library/react-native`. Also note, please never actually implement this helper, it's just an -example of what's possible. +importing directly from `@testing-library/react-native`. Also note, please never actually implement +this helper, it's just an example of what's possible. ```javascript // test-utils.js diff --git a/docs/api-main.md b/docs/api-main.md index 8bf0b81..6a2f804 100644 --- a/docs/api-main.md +++ b/docs/api-main.md @@ -160,7 +160,7 @@ function TestComponent() { const [count, setCount] = React.useState(0); return ( -