remove pending tests

This commit is contained in:
Sebastian McKenzie
2015-01-31 18:11:54 +11:00
parent 12bee73070
commit efaee3d5d9
2 changed files with 4 additions and 56 deletions

View File

@@ -12,44 +12,4 @@ suite("types", function () {
assert.ok(!t.isFalsyExpression(t.literal(5)));
assert.ok(!t.isFalsyExpression(t.identifier("foobar")));
});
test("toSequenceExpression");
test("shallowEqual");
test("appendToMemberExpression");
test("prependToMemberExpression");
test("isDynamic");
test("isReferenced");
test("isValidIdentifier");
test("toIdentifier");
test("ensureBlock");
test("toStatement");
test("toBlock");
test("getUid");
test("getIds");
test("isLet");
test("isVar");
test("removeComments");
test("inheritsComments");
test("inherits");
test("getSpecifierName");
test("isSpecifierDefault");
});