From 7b29803886ef17a026eb2f2e75139417054bc300 Mon Sep 17 00:00:00 2001 From: Milan Hauth Date: Wed, 9 Sep 2020 19:16:17 +0200 Subject: [PATCH] make eslint shut up --- test/mocharc.coverage.js | 4 ++-- test/mocharc.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/mocharc.coverage.js b/test/mocharc.coverage.js index 021c348f3c..e5b906f2fa 100644 --- a/test/mocharc.coverage.js +++ b/test/mocharc.coverage.js @@ -4,7 +4,7 @@ module.exports = Object.assign( { fullTrace: true, require: [ - 'source-map-support/register', - ], + 'source-map-support/register' + ] } ); diff --git a/test/mocharc.js b/test/mocharc.js index 8b97fea230..f61f9b6c41 100644 --- a/test/mocharc.js +++ b/test/mocharc.js @@ -10,8 +10,8 @@ module.exports = { ui: 'bdd', // files to import before tests file: [ - 'test/test.js', - ], + 'test/test.js' + ] // not used. test files are called from test/test.js //'watch-files': ['test/*/index.js'], };