Skip to content

Commit

Permalink
Fix eslint on DayEventLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Gelineau committed Jul 24, 2018
1 parent 3ac483c commit 01d4515
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/utils/DayEventLayout.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('getStyledEvents', () => {
})
}

;[
const toCheck = [
[
'single event',
[{ start: d(11), end: d(12) }],
Expand Down Expand Up @@ -89,6 +89,7 @@ describe('getStyledEvents', () => {
{ width: 33, xOffset: 66 },
],
],
].forEach(args => compare(...args))
]
toCheck.forEach(args => compare(...args))
})
})

0 comments on commit 01d4515

Please sign in to comment.