Skip to content

Commit 186dcea

Browse files
committed
rename readonly to readOnly
1 parent 9aadfaf commit 186dcea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uui-input/lib/uui-input.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ describe('UuiInputElement', () => {
3838
it('has a disabled property', () => {
3939
expect(element).to.have.property('disabled');
4040
});
41-
it('has a readOnly property', () => {
42-
expect(element).to.have.property('readOnly');
41+
it('has a readonly property', () => {
42+
expect(element).to.have.property('readonly');
4343
});
4444
it('has a error property', () => {
4545
expect(element).to.have.property('error');

0 commit comments

Comments
 (0)