Skip to content

Commit 763af1b

Browse files
committed
test: rm only
1 parent c377a42 commit 763af1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basic.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ describe('Trigger.Basic', () => {
896896
expect(onPopupAlign).toHaveBeenCalledTimes(2);
897897
});
898898

899-
it.only('popupVisible switch `undefined` and `false` should work', async () => {
899+
it('popupVisible switch `undefined` and `false` should work', async () => {
900900
const Demo = (props) => (
901901
<Trigger
902902
action={['click']}

0 commit comments

Comments
 (0)