Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-05-06 09:20:08 +0300
committerGitHub <noreply@github.com>2020-05-06 09:20:08 +0300
commit967e6071bac797101daabe74c31cc3a5e6493fd4 (patch)
tree848f0ebdb90e65d78c002f7c00475ff8b393aee0 /js/tests/README.md
parent23aaee8c6f8c5cff58935f8484a1995dbffa4b45 (diff)
tests: streamline HTML end tags (#30648)
Diffstat (limited to 'js/tests/README.md')
-rw-r--r--js/tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/README.md b/js/tests/README.md
index 8823d05dc5..41fddb9a31 100644
--- a/js/tests/README.md
+++ b/js/tests/README.md
@@ -51,7 +51,7 @@ describe('getInstance', () => {
// Asynchronous test
it('should show a tooltip without the animation', done => {
- fixtureEl.innerHTML = '<a href="#" rel="tooltip" title="Another tooltip"/>'
+ fixtureEl.innerHTML = '<a href="#" rel="tooltip" title="Another tooltip"></a>'
const tooltipEl = fixtureEl.querySelector('a')
const tooltip = new Tooltip(tooltipEl, {