2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
+1 -1
View File
@@ -393,7 +393,7 @@ describe('Toast', () => {
' <div class="toast-body">',
' a simple toast',
' </div>',
' </div>'
'</div>'
].join('')
const toastEl = fixtureEl.querySelector('.toast')