From 6b99ded047549636778d9ae726e5db3a1f4ae6ba Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Tue, 2 Nov 2021 06:46:30 -0700 Subject: [PATCH] Add an example/README file + to follow Dart package layout guidelines (https://dart.dev/tools/pub/package-layout#examples) --- example/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 example/README.md diff --git a/example/README.md b/example/README.md new file mode 100644 index 00000000..d5016b83 --- /dev/null +++ b/example/README.md @@ -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.