Fixed eslint errors

This commit is contained in:
witzig 2017-05-27 14:24:08 +02:00
parent 2160a10338
commit a9285e1181
10 changed files with 15 additions and 17 deletions

View file

@ -25,7 +25,7 @@ function UseCaseReporter(runner) {
return Array(indents).join(' ');
}
runner.on('start', function () {
runner.on('start', () => {
console.log();
});
@ -104,7 +104,7 @@ function UseCaseReporter(runner) {
console.log();
console.log(err);
console.log();
console.log(`Snaphot of and info about the current page are in last-failed-e2e-test.*`);
console.log('Snaphot of and info about the current page are in last-failed-e2e-test.*');
});
runner.on('end', () => {