aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/linting_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/linting_test.js b/test/unit/linting_test.js
index 27b4b2b1e..75d90652d 100644
--- a/test/unit/linting_test.js
+++ b/test/unit/linting_test.js
@@ -3,7 +3,7 @@ const lint = require('mocha-eslint');
const lintPaths = ['app/**/*.js', 'ui/**/*.js', '!node_modules/**', '!dist/**', '!docs/**', '!app/scripts/chromereload.js']
const lintOptions = {
- strict: true,
+ strict: false,
}
lint(lintPaths, lintOptions) \ No newline at end of file