Browse Source

fix standard issues

master
Daniel Cousens 6 years ago
parent
commit
f7e25429eb
  1. 4
      bench/index.js

4
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)

Loading…
Cancel
Save