test: changed test bed to run change detection twice to make sure there are no changes second time
Closes #1517
This commit is contained in:
parent
e4586249fa
commit
818bb9b697
1
modules/angular2/src/test_lib/test_bed.js
vendored
1
modules/angular2/src/test_lib/test_bed.js
vendored
@ -116,6 +116,7 @@ export class ViewProxy {
|
||||
|
||||
detectChanges(): void {
|
||||
this._view.changeDetector.detectChanges();
|
||||
this._view.changeDetector.checkNoChanges();
|
||||
}
|
||||
|
||||
querySelector(selector) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user