test(ivy): doCheck lifecycle acceptance tests (#30445)

- ports render3 doCheck tests to acceptance tests

PR Close #30445
This commit is contained in:
Ben Lesh
2019-05-13 19:33:32 -07:00
committed by Jason Aden
parent 6ec621b72d
commit 9a6d298ca7
2 changed files with 151 additions and 0 deletions

View File

@ -116,6 +116,7 @@ describe('lifecycles', () => {
});
});
<<<<<<< HEAD
describe('doCheck', () => {
let events: string[];
let allEvents: string[];
@ -246,6 +247,8 @@ describe('lifecycles', () => {
});
=======
>>>>>>> test(ivy): doCheck lifecycle acceptance tests
describe('afterContentInit', () => {
let events: string[];
let allEvents: string[];