Skip to content

Commit c104ee6

Browse files
committed
chore: prettier
1 parent 65416f1 commit c104ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/arrow.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe('Trigger.Arrow', () => {
148148
await awaitFakeTimer();
149149

150150
// Not have other align style
151-
const { style } = document.querySelector('.rc-trigger-popup-arrow')
151+
const { style } = document.querySelector('.rc-trigger-popup-arrow');
152152
expect(style.position).toBeTruthy();
153153
expect(style.left).toBeFalsy();
154154
expect(style.right).toBeFalsy();

0 commit comments

Comments
 (0)