aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/util/focustrap.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/util/focustrap.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/util/focustrap.spec.js')
-rw-r--r--js/tests/unit/util/focustrap.spec.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/js/tests/unit/util/focustrap.spec.js b/js/tests/unit/util/focustrap.spec.js
index 12fd46ecf..52a757397 100644
--- a/js/tests/unit/util/focustrap.spec.js
+++ b/js/tests/unit/util/focustrap.spec.js
@@ -45,7 +45,7 @@ describe('FocusTrap', () => {
fixtureEl.innerHTML = [
'<a href="#" id="outside">outside</a>',
'<div id="focustrap" tabindex="-1">',
- ' <a href="#" id="inside">inside</a>',
+ ' <a href="#" id="inside">inside</a>',
'</div>'
].join('')
@@ -78,9 +78,9 @@ describe('FocusTrap', () => {
fixtureEl.innerHTML = [
'<a href="#" id="outside">outside</a>',
'<div id="focustrap" tabindex="-1">',
- ' <a href="#" id="first">first</a>',
- ' <a href="#" id="inside">inside</a>',
- ' <a href="#" id="last">last</a>',
+ ' <a href="#" id="first">first</a>',
+ ' <a href="#" id="inside">inside</a>',
+ ' <a href="#" id="last">last</a>',
'</div>'
].join('')
@@ -115,9 +115,9 @@ describe('FocusTrap', () => {
fixtureEl.innerHTML = [
'<a href="#" id="outside">outside</a>',
'<div id="focustrap" tabindex="-1">',
- ' <a href="#" id="first">first</a>',
- ' <a href="#" id="inside">inside</a>',
- ' <a href="#" id="last">last</a>',
+ ' <a href="#" id="first">first</a>',
+ ' <a href="#" id="inside">inside</a>',
+ ' <a href="#" id="last">last</a>',
'</div>'
].join('')