Skip to content

Commit ef36321

Browse files
committed
test: rm onl
1 parent 18044d4 commit ef36321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ describe('Portal', () => {
173173
expect(document.querySelector('p')).toBeFalsy();
174174
});
175175

176-
describe.only('ref-able', () => {
176+
describe('ref-able', () => {
177177
it('support forwardRef', () => {
178178
const elementRef = React.createRef<HTMLParagraphElement>();
179179
const portalRef = React.createRef();

0 commit comments

Comments
 (0)