mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Fix tests fixture type (#35501)
Previously we were adding an Array instead of a String
This commit is contained in:
@@ -86,7 +86,7 @@ describe('EventHandler', () => {
|
||||
'</div>',
|
||||
'<div class="sibling"></div>',
|
||||
'</div>'
|
||||
]
|
||||
].join('')
|
||||
|
||||
const outer = fixtureEl.querySelector('.outer')
|
||||
const inner = fixtureEl.querySelector('.inner')
|
||||
|
||||
Reference in New Issue
Block a user