Skip to content

Commit

Permalink
unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed May 22, 2024
1 parent 0616a78 commit 8dd6224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/pickers/describePicker/describePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function innerDescribePicker(ElementToTest: React.ElementType, options: Describe
}
});

it.skip('should render toolbar when `hidden` is `false`', function test() {
it('should render toolbar when `hidden` is `false`', function test() {
if (hasNoView) {
this.skip();
}
Expand Down

0 comments on commit 8dd6224

Please sign in to comment.