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([]);
|
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 Zone = (window as any)['Zone'];
|
||||||
const element = el('<div><div></div></div>');
|
const element = el('<div><div></div></div>');
|
||||||
doc.body.appendChild(element);
|
doc.body.appendChild(element);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user