summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@debian.org>2021-12-11 00:06:26 +0100
committerJohannes Schauer Marin Rodrigues <josch@debian.org>2021-12-11 00:06:26 +0100
commitf659fda1bddefd9073059d5dd31fdcd0e635000f (patch)
tree971190990fa12380aa2be1ab130675d9914e7880
parent448780c19fbe9c2a63fc930aa905d07d1918bf9f (diff)
disable test because mocha-eslint is not packaged
Forwarded: not-needed Gbp-Pq: Name disable-eslint.patch
-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);
});
+*/