refactor(ivy): migrate previousOrParentNode to use TNodes (#25829)

PR Close #25829
This commit is contained in:
Kara Erickson
2018-09-05 16:15:37 -07:00
committed by Igor Minar
parent 2a21ca09d2
commit 83a1334876
10 changed files with 194 additions and 171 deletions

View File

@ -1501,7 +1501,7 @@ describe('di', () => {
it('should handle initial undefined state', () => {
const contentView = createLViewData(
null !, createTView(-1, null, 1, 0, null, null, null), null, LViewFlags.CheckAlways);
const oldView = enterView(contentView, null !);
const oldView = enterView(contentView, null);
try {
const parent = createLNode(0, TNodeType.Element, null, null, null, null);