From 37a7c92500c2281c12e24cffc4d44acc9bf67e49 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 7 Nov 2014 20:47:15 +1100 Subject: [PATCH] remove duplicate mutator map test --- test/util.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/test/util.js b/test/util.js index 63ffc37f78..b0e15978ec 100644 --- a/test/util.js +++ b/test/util.js @@ -2,17 +2,7 @@ var assert = require("assert"); var util = require("../lib/6to5/util"); suite("util", function () { - test("duplicate mutator map", function () { - var map = { - test: { - get: {} - } - }; - - assert.throws(function () { - util.pushMutatorMap(map, "test", "get", {}); - }, /a get already exists for this property/); - }); + test("duplicate mutator map"); test("invalid template", function () { assert.throws(function () {