1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

Fix tests fixture type (#35501)

Previously we were adding an Array instead of a String
This commit is contained in:
XhmikosR
2021-12-09 16:01:29 +02:00
committed by GitHub
parent 28a5a72ed5
commit 94d4fa3b10
5 changed files with 32 additions and 30 deletions

View File

@@ -86,7 +86,7 @@ describe('EventHandler', () => {
'</div>',
'<div class="sibling"></div>',
'</div>'
]
].join('')
const outer = fixtureEl.querySelector('.outer')
const inner = fixtureEl.querySelector('.inner')