From d76ef98f080994c265d9142cef6f36b6f8267123 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 13 Oct 2014 14:55:05 +1100 Subject: [PATCH] add pending util tests --- test/util.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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"); });