diff --git a/js/tests/unit/dom/selector-engine.spec.js b/js/tests/unit/dom/selector-engine.spec.js
index 38eb3be54d..901aa0e3a6 100644
--- a/js/tests/unit/dom/selector-engine.spec.js
+++ b/js/tests/unit/dom/selector-engine.spec.js
@@ -166,7 +166,7 @@ describe('SelectorEngine', () => {
'lorem',
'lorem',
'',
- '',
+ '',
'',
'',
'lorem '
diff --git a/js/tests/unit/offcanvas.spec.js b/js/tests/unit/offcanvas.spec.js
index 0db53ec99c..3c862efca9 100644
--- a/js/tests/unit/offcanvas.spec.js
+++ b/js/tests/unit/offcanvas.spec.js
@@ -603,7 +603,7 @@ describe('Offcanvas', () => {
it('should not prevent event for input', () => {
return new Promise(resolve => {
fixtureEl.innerHTML = [
- '',
+ '',
'
'
].join('')
diff --git a/js/tests/unit/util/index.spec.js b/js/tests/unit/util/index.spec.js
index 2b24bfaf79..9f28ce0aa0 100644
--- a/js/tests/unit/util/index.spec.js
+++ b/js/tests/unit/util/index.spec.js
@@ -425,8 +425,8 @@ describe('Util', () => {
it('should return true if the element has disabled attribute', () => {
fixtureEl.innerHTML = [
'',
- '
',
- '
',
+ '
',
+ '
',
'
',
'
',
'
',
@@ -460,7 +460,7 @@ describe('Util', () => {
it('should return true if the element has class "disabled" but disabled attribute is false', () => {
fixtureEl.innerHTML = [
'
',
- ' ',
+ ' ',
'
'
].join('')