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:
Joey Perrott 2020-09-21 14:15:52 -07:00 committed by Alex Rickabaugh
parent 40975e06c6
commit f979914d4e
1 changed files with 1 additions and 1 deletions

View File

@ -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);