From 967e6071bac797101daabe74c31cc3a5e6493fd4 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 6 May 2020 09:20:08 +0300 Subject: tests: streamline HTML end tags (#30648) --- js/tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tests/README.md') 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 = '' + fixtureEl.innerHTML = '' const tooltipEl = fixtureEl.querySelector('a') const tooltip = new Tooltip(tooltipEl, { -- cgit v1.2.3