Get rid of minified tests.

We aren't running the tests against minified dart2js, and we don't
particularly want to.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//919983003
8 files changed
tree: da1d46b01afa62ce02ffdaa89e98b0228ab023ad
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  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.