revert: refactor(ivy): ensure StylingDebug instances provide context debug info (#32753) (#32841)

This reverts commit f8f7c1540a.

PR Close #32841
This commit is contained in:
Matias Niemelä
2019-09-24 14:50:24 -07:00
committed by Andrew Kushnir
parent e668d7971d
commit 948714c17c
3 changed files with 88 additions and 118 deletions

View File

@ -822,7 +822,7 @@ describe('styling', () => {
const node = getDebugNode(element) !;
const styles = node.styles !;
const config = styles.context.config;
const config = styles.config;
expect(config.hasCollisions).toBeFalsy();
expect(config.hasMapBindings).toBeFalsy();
expect(config.hasPropBindings).toBeTruthy();