From dba309a547dc15f8e0662c75d9cf3387d519f130 Mon Sep 17 00:00:00 2001 From: hongduc-phan Date: Wed, 18 Mar 2020 09:38:26 +0200 Subject: [PATCH] change template literal to single quote in the test --- test/input-test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/input-test.html b/test/input-test.html index 59c5b8b..ea74075 100644 --- a/test/input-test.html +++ b/test/input-test.html @@ -205,7 +205,7 @@ }); }); - it(`should reflect to attribute when readonly property is set`, () => { + it('should reflect to attribute when readonly property is set', () => { timePicker.readonly = true; expect(timePicker.hasAttribute('readonly')).to.be.true; });