You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upgrade dependencies, including migration to package:test
dart_style becomes a dev_dependency, and remove the ability to auto-run it from dart backend, instead use the test formatter
migrate to package:test, which has a few tricky bits:
* expect can only appear inside a test now (dart-lang/test#132)
* mirrors is needed to get the test folder (dart-lang/test#110)
* test `main` can't take arguments. not sure what's up there, but not a big deal for us either.
[email protected]
Review URL: https://codereview.chromium.org/1166683005
0 commit comments