mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 18:44:01 +02:00
Enable unicorn/no-array-for-each
rule
This commit is contained in:
@@ -15,9 +15,9 @@ describe('Tooltip', () => {
|
||||
afterEach(() => {
|
||||
clearFixture()
|
||||
|
||||
document.querySelectorAll('.tooltip').forEach(tooltipEl => {
|
||||
for (const tooltipEl of document.querySelectorAll('.tooltip')) {
|
||||
tooltipEl.remove()
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
describe('VERSION', () => {
|
||||
|
Reference in New Issue
Block a user