aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/dropdown.spec.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-11-26 09:16:59 +0200
committerXhmikosR <[email protected]>2021-12-01 14:30:49 +0200
commitf8f9dc3b5cfda049f38eb069b1ee008a3a6dd704 (patch)
tree9811184f3a85a28efacbc51aecbe9a30c89047ec /js/tests/unit/dropdown.spec.js
parenteb54e1a1ce9d0080a65eb7a8532503a399e506ee (diff)
downloadbootstrap-f8f9dc3b5cfda049f38eb069b1ee008a3a6dd704.tar.xz
bootstrap-f8f9dc3b5cfda049f38eb069b1ee008a3a6dd704.zip
tests: remove extra spaces, unneeded arrays and add missing newlines
Diffstat (limited to 'js/tests/unit/dropdown.spec.js')
-rw-r--r--js/tests/unit/dropdown.spec.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/tests/unit/dropdown.spec.js b/js/tests/unit/dropdown.spec.js
index 0765768d4..9c0eae6d8 100644
--- a/js/tests/unit/dropdown.spec.js
+++ b/js/tests/unit/dropdown.spec.js
@@ -1750,8 +1750,8 @@ describe('Dropdown', () => {
' <a class="dropdown-item" href="#">Secondary link</a>',
' <a class="dropdown-item" href="#">Something else here</a>',
' <div class="divider"></div>',
- ' <a class="dropdown-item" href="#">Another link</a>',
- ' </div>',
+ ' <a class="dropdown-item" href="#">Another link</a>',
+ ' </div>',
' </div>',
'</div>'
]
@@ -1783,7 +1783,7 @@ describe('Dropdown', () => {
' <button class="btn dropdown-toggle" data-bs-toggle="dropdown">Dropdown</button>',
' <div class="dropdown-menu">',
' <a class="dropdown-item" href="#">Some Item</a>',
- ' </div>',
+ ' </div>',
' </div>',
'</div>'
]