make eslint shut up

pull/5357/head
Milan Hauth 5 years ago
parent bba4333749
commit 7b29803886

@ -4,7 +4,7 @@ module.exports = Object.assign(
{ {
fullTrace: true, fullTrace: true,
require: [ require: [
'source-map-support/register', 'source-map-support/register'
], ]
} }
); );

@ -10,8 +10,8 @@ module.exports = {
ui: 'bdd', ui: 'bdd',
// files to import before tests // files to import before tests
file: [ file: [
'test/test.js', 'test/test.js'
], ]
// not used. test files are called from test/test.js // not used. test files are called from test/test.js
//'watch-files': ['test/*/index.js'], //'watch-files': ['test/*/index.js'],
}; };

Loading…
Cancel
Save