Skip to content

Commit

Permalink
Removed commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
dlnr committed Jan 23, 2024
1 parent 308b1e8 commit 3820afc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/Badge/Badge.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ describe('Badge', () => {
expect(component).toHaveClass('amsterdam-badge--blue')
})

// 'blue' | 'dark-blue' | 'green' | 'dark-green' | 'orange' | 'magenta' | 'purple' | 'yellow' | 'black' | 'white'

it('renders dark-blue color', () => {
const { container } = render(<Badge label="test" color="dark-blue" />)

Expand Down

0 comments on commit 3820afc

Please sign in to comment.