style: tslint enforces no debugger statements left behind (#25532)
PR Close #25532
This commit is contained in:
@ -130,7 +130,6 @@ describe('SelectorScopeRegistry', () => {
|
||||
|
||||
registry.registerSelector(ProgramCmp, 'program-cmp');
|
||||
|
||||
debugger;
|
||||
const scope = registry.lookupCompilationScope(ProgramCmp) !;
|
||||
expect(scope).toBeDefined();
|
||||
expect(scope.directives).toBeDefined();
|
||||
|
Reference in New Issue
Block a user