Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Apr 15, 2024
1 parent ced960c commit a39a8c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const testPickerOpenCloseLifeCycle: DescribeValueTestSuite<any, 'picker'>
expect(onClose.callCount).to.equal(1);
});

it('should not call onClose or onAccept when selecting a date and `props.closeOnSelect` is false', function () {
it('should not call onClose or onAccept when selecting a date and `props.closeOnSelect` is false', function test() {
// increase the timeout of this test as it tends to sometimes fail on CI with `DesktopDateTimeRangePicker` or `MobileDateTimeRangePicker`
this.timeout(10000);
const onChange = spy();
Expand Down

0 comments on commit a39a8c8

Please sign in to comment.