1
0
Fork 0

chore(core): Updated tests

This commit is contained in:
Joost De Cock 2020-08-23 17:09:25 +02:00
parent 9125b49841
commit 7a67761a30
4 changed files with 1 additions and 109 deletions

View file

@ -12,7 +12,6 @@ it("Should contain all hooks", () => {
preRender: [],
postRender: [],
insertText: [],
debug: []
};
expect(h).to.eql(test);
});