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 18044d4 commit ef36321Copy full SHA for ef36321
tests/index.test.tsx
@@ -173,7 +173,7 @@ describe('Portal', () => {
173
expect(document.querySelector('p')).toBeFalsy();
174
});
175
176
- describe.only('ref-able', () => {
+ describe('ref-able', () => {
177
it('support forwardRef', () => {
178
const elementRef = React.createRef<HTMLParagraphElement>();
179
const portalRef = React.createRef();
0 commit comments