2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

ref(tests): Minor fix to use self-closing input HTML tag (#36667)

This commit is contained in:
Julien Déramond
2022-07-04 13:12:10 +02:00
committed by GitHub
parent a13f432db4
commit c1813ef2bc
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ describe('SelectorEngine', () => {
'<span>lorem</span>',
'<a>lorem</a>',
'<button>lorem</button>',
'<input />',
'<input>',
'<textarea></textarea>',
'<select></select>',
'<details>lorem</details>'