fix(core): Added postLayout hook to tests
This commit is contained in:
parent
10adb33402
commit
353f9cd1c3
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ it("Should contain all hooks", () => {
|
|||
let test = {
|
||||
preDraft: [],
|
||||
postDraft: [],
|
||||
postLayout: [],
|
||||
preSample: [],
|
||||
postSample: [],
|
||||
preRender: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue