Skip to content
Snippets Groups Projects
user avatar
Nate Bosch authored
This had been used to detect feature support so that the package could
have a wider SDK constraint and have enhanced features for newer SDKs.
Drop the dependency and code checking the SDK version because:

- We now typically bump the SDK constraint rather than support multiple
  code paths.
- The remaining usage was for checking for DDC support in `pub serve`
  which doesn't exist anymore - we haven't yet deleted the tests or
  migrated them to use `build_runner serve`. This test and references to
  the old approach with both compilers is retained to make it clear what
  should be tested when we get around to migrating it.
6b30045f

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.