1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

tests: remove extra spaces, unneeded arrays and add missing newlines

This commit is contained in:
XhmikosR
2021-11-26 09:16:59 +02:00
parent eb54e1a1ce
commit f8f9dc3b5c
18 changed files with 145 additions and 157 deletions

View File

@@ -393,7 +393,7 @@ describe('Toast', () => {
' <div class="toast-body">',
' a simple toast',
' </div>',
' </div>'
'</div>'
].join('')
const toastEl = fixtureEl.querySelector('.toast')