We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c377a42 commit 763af1bCopy full SHA for 763af1b
tests/basic.test.jsx
@@ -896,7 +896,7 @@ describe('Trigger.Basic', () => {
896
expect(onPopupAlign).toHaveBeenCalledTimes(2);
897
});
898
899
- it.only('popupVisible switch `undefined` and `false` should work', async () => {
+ it('popupVisible switch `undefined` and `false` should work', async () => {
900
const Demo = (props) => (
901
<Trigger
902
action={['click']}
0 commit comments