aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual/modal.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-11-12 10:09:36 +0200
committerGitHub <[email protected]>2022-11-12 10:09:36 +0200
commit5208dd10c4f43b304ebeb75dcf508e016515a248 (patch)
treebb28a065c4e34eda5620ed3cd5bd83312c553e87 /js/tests/visual/modal.html
parent21e036bf137f393827ddb433af136312e6278961 (diff)
downloadbootstrap-5208dd10c4f43b304ebeb75dcf508e016515a248.tar.xz
bootstrap-5208dd10c4f43b304ebeb75dcf508e016515a248.zip
ESLint: enable prefer-template rule (#37484)
Diffstat (limited to 'js/tests/visual/modal.html')
-rw-r--r--js/tests/visual/modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html
index b738d9e81..09d42333d 100644
--- a/js/tests/visual/modal.html
+++ b/js/tests/visual/modal.html
@@ -264,7 +264,7 @@
slowModal.addEventListener('shown.bs.modal', () => {
t1 = performance.now()
- console.log('transition-duration took ' + (t1 - t0) + 'ms.')
+ console.log(`transition-duration took ${t1 - t0}ms.`)
})
slowModal.addEventListener('show.bs.modal', () => {