feat(test): allow tests to specify the platform and application#5937
feat(test): allow tests to specify the platform and application#5937juliemr wants to merge 2 commits intoangular:masterfrom
Conversation
Before, all test framework wrappers (internal for dart and js/ts, angular2_test for dart and testing for js/ts) had similar logic to keep track of current global test injector and test provider list. This change wraps that logic into one class managed by the test injector.
|
@juliemr Dart-related failures on TravisCI seem legit |
|
@pkozlowski-opensource agreed, looking into them. Dart is unhappy about const stuff. |
… providers used Part I - clean up and make the TestInjector object allow changes.
b9092d0 to
5e5f534
Compare
|
Status update: I was hoping to add |
|
New proposal is here: #5975 Closing this one for now, since it's insufficient. |
|
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. |
Note: This is on top of #5920