mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Enable unicorn/no-array-for-each rule
This commit is contained in:
@@ -15,9 +15,9 @@ describe('Popover', () => {
|
||||
|
||||
const popoverList = document.querySelectorAll('.popover')
|
||||
|
||||
popoverList.forEach(popoverEl => {
|
||||
for (const popoverEl of popoverList) {
|
||||
popoverEl.remove()
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
describe('VERSION', () => {
|
||||
|
||||
Reference in New Issue
Block a user