Skip to content

Commit 6aaaf78

Browse files
docs: tweak example app README.md
1 parent 92cb031 commit 6aaaf78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/basic/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ The app and related tests written in TypeScript, and it uses recommended practic
66

77
- testing large pieces of application instead of small components
88
- using `screen`-based queries
9-
- using recommended query types, e.g. `byText`, `byLabelText`, `byPlaceholderText` over `byTestId`
9+
- 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

Comments
 (0)