refactor(ivy): remove LNode (#26426)

PR Close #26426
This commit is contained in:
Kara Erickson
2018-10-12 18:49:00 -07:00
committed by Miško Hevery
parent 9afc9a7464
commit e76a570908
27 changed files with 302 additions and 449 deletions

View File

@ -1970,7 +1970,7 @@ describe('render3 integration test', () => {
const elementResult = result1[HEADER_OFFSET]; // first element
expect(Array.isArray(elementResult)).toBeTruthy();
expect(elementResult[StylingIndex.ElementPosition].native).toBe(section);
expect(elementResult[StylingIndex.ElementPosition]).toBe(section);
const context = getContext(section) !;
const result2 = section[MONKEY_PATCH_KEY_NAME];