Index: packages/matcher/README.md |
diff --git a/packages/matcher/README.md b/packages/matcher/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..beff308ebea3ef5598559a284671853ccb39b805 |
--- /dev/null |
+++ b/packages/matcher/README.md |
@@ -0,0 +1,7 @@ |
+Support for specifying test expectations, such as for unit tests. |
+ |
+The matcher library provides a third-generation assertion mechanism, drawing |
+inspiration from [Hamcrest](https://code.google.com/p/hamcrest/). |
+ |
+For more information, see |
+[Unit Testing with Dart](https://www.dartlang.org/articles/dart-unit-tests/). |