diff --git a/package.json b/package.json index 521b9d8..9d0daa1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "uglify-js": "^2.6.1" }, "scripts": { - "test": "eslint Gruntfile.js lib && nodeunit test/test.js" + "test": "eslint Gruntfile.js lib test/test.js && nodeunit test/test.js" }, "dependencies": { "util-deprecate": "^1.0.2" diff --git a/test/test.js b/test/test.js index 331c03a..ecf2b30 100755 --- a/test/test.js +++ b/test/test.js @@ -676,6 +676,7 @@ exports.constructor = { try { oldWrite.call(this, x); } catch (e) { + // Ignore } };