diff --git a/test/util.js b/test/util.js index d075f0bc5b..e00a65fdfb 100644 --- a/test/util.js +++ b/test/util.js @@ -44,4 +44,12 @@ suite("util", function () { util.template("invalid template"); }, /unknown template/); }); + + test("getIds"); + + test("isReferenced"); + + test("removeProperties"); + + test("ensureBlock"); });