Skip to content

Commit 80ef0d8

Browse files
authored
chore: stop skipping tests in taggroup (adobe#9753)
1 parent 6829f06 commit 80ef0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-aria-components/test/TagGroup.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ describe('TagGroup', () => {
611611
});
612612

613613
describe('press events', () => {
614-
it.only.each`
614+
it.each`
615615
interactionType
616616
${'mouse'}
617617
${'keyboard'}

0 commit comments

Comments
 (0)