Skip to content

Commit

Permalink
Review: Lukas
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle authored and arminmeh committed Nov 21, 2024
1 parent 529011d commit 2e5e2f5
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 2e5e2f5

Please sign in to comment.