Revert import removals (#1420)

Reverts https://github.com/dart-lang/test/commit/ce2a16c16f282acd6d1a2566c5dd64e70ea2f080 and https://github.com/dart-lang/test/commit/841254aaf24714f65cc5ab6e1755b60ad11c4453 for the stable release.

These changes never landed in a previous release and we want to ensure there are no code differences between the last null safety pre-release and stable.

These can be re-landed after publishing stable.
11 files changed
tree: 5be85c21817656f5a333a21e2cd717e2c84a64c1
  1. .github/
  2. pkgs/
  3. tool/
  4. .gitignore
  5. analysis_options.yaml
  6. CONTRIBUTING.md
  7. mono_repo.yaml
  8. README.md
README.md

Test Mono Repository

This repository contains packages for writing and running Dart tests.

test

A full featured packaged for writing and running Dart tests on various platforms, e.g. VM, Chrome, Node etc.

test_api

A minimal package for writing tests. This package is used by package:test and package:test_core.

test_core

A minimal package for writing and running tests. It also contains extensions for implementing a custom test runner. This package is used by package:test.