Skip to content

Commit

Permalink
Add an example/README file
Browse files Browse the repository at this point in the history
+ to follow Dart package layout guidelines (https://dart.dev/tools/pub/package-layout#examples)
  • Loading branch information
aaronlademann-wf committed Nov 2, 2021
1 parent 76978af commit 6b99ded
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Getting Started With React Testing Library

Check out the [Getting Started section in the main readme](./#getting-started) for an example of how to use the `react_testing_library` package.

The API documentation of all the [matchers](https://pub.dev/documentation/react_testing_library/latest/topics/Matchers-topic.html) and [querying utilities](https://pub.dev/documentation/react_testing_library/latest/topics/Queries-topic.html) also provide complete code examples.

0 comments on commit 6b99ded

Please sign in to comment.