2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

ESLint: enable prefer-template rule (#37484)

This commit is contained in:
XhmikosR
2022-11-12 10:09:36 +02:00
committed by GitHub
parent 21e036bf13
commit 5208dd10c4
9 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ describe('Tab', () => {
const tab = new Tab(profileTriggerEl)
profileTriggerEl.addEventListener('shown.bs.tab', () => {
expect(fixtureEl.querySelector('#' + CSS.escape('2'))).toHaveClass('active')
expect(fixtureEl.querySelector(`#${CSS.escape('2')}`)).toHaveClass('active')
done()
})