Skip to content

Commit

Permalink
change template literal to single quote in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Phan-ThanhDat committed Mar 18, 2020
1 parent 1793c44 commit dba309a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/input-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
Expand Down

0 comments on commit dba309a

Please sign in to comment.