Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rajdeep Chandra <rajrock38@gmail.com>
  • Loading branch information
blunteshwar and Rajdeepc committed Apr 15, 2024
1 parent 85bcd8e commit 87f073b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/number-field/test/inputs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ describe('NumberField - inputs', () => {
expect(el.value).to.equal(255);
});
});
describe('user suplied fractional numbers', () => {
describe('with floating point numbers', () => {
it('do not crash the Number Field', async () => {
const el = await getElFrom(minMax(minMax.args));
el.setAttribute('min', '0.1');
Expand Down

0 comments on commit 87f073b

Please sign in to comment.