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,
require: [
'source-map-support/register',
],
'source-map-support/register'
]
}
);

@ -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'],
};

Loading…
Cancel
Save