Migrating Dart Tests to Package Checks
将 `package:matcher` 中的 `expect` 及类似函数替换为 `package:checks` 中的等价函数。
安装命令
npx skills add https://github.com/dart-lang/skills --skill dart-migrate-to-checks-package
将 `package:matcher` 中的 `expect` 及类似函数替换为 `package:checks` 中的等价函数。
npx skills add https://github.com/dart-lang/skills --skill dart-migrate-to-checks-package