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 65416f1 commit c104ee6Copy full SHA for c104ee6
tests/arrow.test.jsx
@@ -148,7 +148,7 @@ describe('Trigger.Arrow', () => {
148
await awaitFakeTimer();
149
150
// Not have other align style
151
- const { style } = document.querySelector('.rc-trigger-popup-arrow')
+ const { style } = document.querySelector('.rc-trigger-popup-arrow');
152
expect(style.position).toBeTruthy();
153
expect(style.left).toBeFalsy();
154
expect(style.right).toBeFalsy();
0 commit comments