We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cb031 commit 6aaaf78Copy full SHA for 6aaaf78
examples/basic/README.md
@@ -6,4 +6,6 @@ The app and related tests written in TypeScript, and it uses recommended practic
6
7
- testing large pieces of application instead of small components
8
- using `screen`-based queries
9
-- using recommended query types, e.g. `byText`, `byLabelText`, `byPlaceholderText` over `byTestId`
+- using recommended query types, e.g. `*ByText`, `*ByLabelText`, `*ByPlaceholderText` over `byTestId`
10
+
11
+You also use this repository as a reference when having issues in your RNTL configuration, as it contains the recommended Jest setup.
0 commit comments