summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/eclint.test.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/eclint.test.js b/test/eclint.test.js
index cbce110..9392129 100644
--- a/test/eclint.test.js
+++ b/test/eclint.test.js
@@ -1,3 +1,4 @@
+/*
var lint = require('mocha-eslint');
describe('jslint', function() {
@@ -11,3 +12,4 @@ describe('jslint', function() {
options.formatter = 'compact';
lint(paths, options);
});
+*/