mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 21:22:52 +02: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