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
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
The test helpers were split out from code_transformers into their own package. For the most part this just means changing any imports to package:code_transformers/tests.dart to package:transformer_test/utils.dart.
The only actual breaking change should be that the optional args to testPhases were changed to named args.
The text was updated successfully, but these errors were encountered:
I should have updated here, but last I checked working on this repo wasn't possible because I could not pub get due to version issues... not sure if somebody else can fix this or chime in with instructions on how to get things working.
The test helpers were split out from
code_transformers
into their own package. For the most part this just means changing any imports topackage:code_transformers/tests.dart
topackage:transformer_test/utils.dart
.The only actual breaking change should be that the optional args to
testPhases
were changed to named args.The text was updated successfully, but these errors were encountered: