Skip to content

Commit

Permalink
test(badge): remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed May 2, 2023
1 parent b72f4a7 commit 7f2d59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/badge/src/Badge.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { describe, expect, it } from 'vitest'

import { Badge } from './Badge'

describe.only('Badge', () => {
describe('Badge', () => {
it('should render', () => {
render(<Badge />)

Expand Down

0 comments on commit 7f2d59c

Please sign in to comment.