refactor(dart/transform): Migrates tests to use package:test#6896
refactor(dart/transform): Migrates tests to use package:test#6896kegluneq wants to merge 1 commit intoangular:masterfrom
Conversation
|
Love it! Much more darty :) |
200022c to
ea01382
Compare
ea01382 to
d25267d
Compare
|
@kegluneq build went red: https://travis-ci.org/angular/angular/jobs/109734984 Can you investigate? |
|
This is almost certainly a change to ddc. I'll talk to the folks working on that project about it. |
|
The DDC bot is complaining that there are more severe errors in the Dart code (was 6, now 11). Should only be code reachable from samples - I'm surprised this is trigger - it's only changing tests? |
d25267d to
c95affc
Compare
|
@matsko, looks like the js.dev build is broken/flaky - what would you like me to do? |
Our transformer unit tests currently use package:guinness, which uses package:unittest under the covers. package:unittest has been updated and renamed package:test, so for simplicity migrate test to use package:test syntax.
c95affc to
6e7ef4d
Compare
|
Merged via 28a7811 |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Our transformer unit tests currently use package:guinness, which uses
package:unittest under the covers. package:unittest has been updated and
renamed package:test, so for simplicity migrate test to use package:test
syntax.