Fixed linting

pull/906/head
ioedeveloper 4 years ago
parent 638178ddf7
commit 80cd2cccb9
  1. 2
      apps/remix-ide-e2e/src/commands/testFunction.ts

@ -8,7 +8,7 @@ class TestFunction extends EventEmitter {
const browser = this.api const browser = this.api
const logs = {} const logs = {}
const setLog = (index: number, value: string) => { const setLog = (index: number, value: string) => {
logs[Object.keys(logs)[index]] = typeof value === 'string' ? value.indexOf('Copy value to clipboard') ? value.split('\n').shift().trim(): value.trim() : value logs[Object.keys(logs)[index]] = typeof value === 'string' ? value.indexOf('Copy value to clipboard') ? value.split('\n').shift().trim() : value.trim() : value
} }
browser browser

Loading…
Cancel
Save