chore: remove browserDynamicTestingPlatform
as it is deprecated and was not part of rc.4
Closes #10319
This commit is contained in:
@ -77,7 +77,7 @@ System.import('@angular/core/testing')
|
||||
.then(function(browserTesting) {
|
||||
coreTesting.initTestEnvironment(
|
||||
browserTesting.BrowserDynamicTestingModule,
|
||||
browserTesting.browserDynamicTestingPlatform());
|
||||
browserTesting.platformBrowserDynamicTesting());
|
||||
});
|
||||
})
|
||||
.then(function() {
|
||||
|
Reference in New Issue
Block a user