halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

☂️ Migrate tests to `package:checks` #333

Open halildurmus opened 11 months ago

halildurmus commented 11 months ago

package:checks is currently in preview. Once it reaches a stable version, all tests should be migrated to it gradually.

Migration guide: https://github.com/dart-lang/test/blob/master/pkgs/checks/doc/migrating_from_matcher.md

Packages