feat(change_detect): Guard checkNoChanges
behind assertionsEnabled
Always generate `checkNoChanges` tests, but guard them behind `assertionsEnabled` tests. Closes #4560
This commit is contained in:
@ -35,8 +35,7 @@ function _createBindings(): Provider[] {
|
||||
}),
|
||||
// Use DynamicChangeDetector as that is the only one that Dart supports as well
|
||||
// so that we can compare the numbers between JS and Dart
|
||||
provide(ChangeDetectorGenConfig,
|
||||
{useValue: new ChangeDetectorGenConfig(false, false, false, false)})
|
||||
provide(ChangeDetectorGenConfig, {useValue: new ChangeDetectorGenConfig(false, false, false)})
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user