refactor(ivy): rename "blacklist" to "blocklist" (#28536)

PR Close #28536
This commit is contained in:
Matias Niemelä
2019-02-05 10:48:18 -08:00
parent 9ef8d2b823
commit 76a6eacb4e
5 changed files with 17 additions and 17 deletions

View File

@ -296,7 +296,7 @@ import {el} from '../../../testing/src/browser_util';
expect(receivedEvents).toEqual([]);
});
it('should run blackListedEvents handler outside of ngZone', () => {
it('should run blockListedEvents handler outside of ngZone', () => {
const Zone = (window as any)['Zone'];
const element = el('<div><div></div></div>');
getDOM().appendChild(doc.body, element);