Get rid of all the library tags.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1584563003 .
22 files changed
tree: 83ddf39775f430f0525f0668ede64622dae03a49
  1. lib/
  2. test/
  3. .gitignore
  4. .test_config
  5. CHANGELOG.md
  6. codereview.settings
  7. LICENSE
  8. pubspec.yaml
  9. README.md
README.md

Support for specifying test expectations, such as for unit tests.

The matcher library provides a third-generation assertion mechanism, drawing inspiration from Hamcrest.

For more information, see Unit Testing with Dart.