Skip to content

Commit

Permalink
Review: Lukas
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Nov 21, 2024
1 parent dc3f6a4 commit beaf813
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const testPickerOpenCloseLifeCycle: DescribeValueTestSuite<any, 'picker'>
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();
Expand Down

0 comments on commit beaf813

Please sign in to comment.