commit | cb810d37d87f1fe1073f655592cc4c7d9904b646 | [log] [tgz] |
---|---|---|
author | Lasse Reichstein Holst Nielsen <lrn@google.com> | Mon Nov 09 10:31:41 2020 +0100 |
committer | Lasse Reichstein Holst Nielsen <lrn@google.com> | Mon Nov 09 10:31:41 2020 +0100 |
tree | 46a1b3a059f895fc1715e6102b073d87171a3f6d | |
parent | ec4b75906630e6f152bc245d7bd2755a7bf83ce3 [diff] |
Update package_config dependencies to allow versions >2.0.0. The 2.0.0 versions will remove deprecated backwards compatibility functionality. The test package no longer needs this functionality, and since the test package depends on pkg:package_config, it's impossible to build a 2.0.0 version before test accepts it.
This repository contains packages for writing and running Dart tests.
A full featured packaged for writing and running Dart tests on various platforms, e.g. VM, Chrome, Node etc.
A minimal package for writing tests. This package is used by package:test
and package: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
.