diff --git a/test/utils/pickers/describeValue/testPickerOpenCloseLifeCycle.tsx b/test/utils/pickers/describeValue/testPickerOpenCloseLifeCycle.tsx index dc50ebe7e286d..9896bd8da9473 100644 --- a/test/utils/pickers/describeValue/testPickerOpenCloseLifeCycle.tsx +++ b/test/utils/pickers/describeValue/testPickerOpenCloseLifeCycle.tsx @@ -251,7 +251,7 @@ export const testPickerOpenCloseLifeCycle: DescribeValueTestSuite expect(onClose.callCount).to.equal(0); }); - it('should call onClose and onAccept with the live value when pressing Escape', function test() { + it('should call onClose and onAccept with the live value when pressing Escape', () => { const onChange = spy(); const onAccept = spy(); const onClose = spy();