1
0
Fork 0

fix(core): Added postLayout hook to tests

This commit is contained in:
Joost De Cock 2022-03-13 15:01:28 +01:00
parent 10adb33402
commit 353f9cd1c3

View file

@ -7,6 +7,7 @@ it("Should contain all hooks", () => {
let test = {
preDraft: [],
postDraft: [],
postLayout: [],
preSample: [],
postSample: [],
preRender: [],