mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03: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