Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanta Kodama committed Jan 15, 2021
1 parent 6957e0c commit 55d6c57
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/integration/link-with-hash/test/index.test.js
Expand Up @@ -21,11 +21,7 @@ const runTests = () => {
const browserLogs = await browser.log('browser')
let found = false
browserLogs.forEach((log) => {
if (
log.message.includes(
'Warning: Prop'
)
) {
if (log.message.includes('Warning: Prop')) {
found = true
}
})
Expand Down

0 comments on commit 55d6c57

Please sign in to comment.