From f7e25429ebbe7efb2f73f45ff4f8f2369b9369bc Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Thu, 27 Sep 2018 14:55:25 +1000 Subject: [PATCH] fix standard issues --- bench/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bench/index.js b/bench/index.js index a35dfc3..3723528 100644 --- a/bench/index.js +++ b/bench/index.js @@ -14,9 +14,9 @@ fixtures.forEach(function (f) { if (f.exception) { assert.throws(function () { local(type, value, f.strict) }, new RegExp(f.exception)) -// assert.throws(function () { npm(type, value, f.strict) }, new RegExp(f.exception)) + // assert.throws(function () { npm(type, value, f.strict) }, new RegExp(f.exception)) assert.throws(function () { local(ctype, value, f.strict) }, new RegExp(f.exception)) -// assert.throws(function () { npm(ctype, value, f.strict) }, new RegExp(f.exception)) + // assert.throws(function () { npm(ctype, value, f.strict) }, new RegExp(f.exception)) } else { local(type, value, f.strict) npm(type, value, f.strict)