test(platform-browser): remove usage of blacklist in test naming (#38928)
Remove usage of blacklist in test name. PR Close #38928
This commit is contained in:
parent
40975e06c6
commit
f979914d4e
|
@ -311,7 +311,7 @@ describe('EventManager', () => {
|
|||
expect(receivedEvents).toEqual([]);
|
||||
});
|
||||
|
||||
it('should run blackListedEvents handler outside of ngZone', () => {
|
||||
it('should run unpatchedEvents handler outside of ngZone', () => {
|
||||
const Zone = (window as any)['Zone'];
|
||||
const element = el('<div><div></div></div>');
|
||||
doc.body.appendChild(element);
|
||||
|
|
Loading…
Reference in New Issue