Make tests run on the bots.

The version number was such that no compatible version of `test` could
be found.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1243873002 .
1 file changed
tree: 2934cc6e08c71047624952df8a3c3561c08eb6b3
  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.