Skip to content

Commit

Permalink
fix lint-error
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 29, 2024
1 parent f3433a6 commit bff4aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/atoms/Chip/__tests__/Chip.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react'
import { describe, it, expect, beforeEach, vi } from 'vitest'
import { describe, it, expect, beforeEach } from 'vitest'
import { screen } from '@testing-library/react'
import { BORDERS, COLORS } from '../../../helix-design-system'
import { SPACING } from '../../../ui-style-constants'
Expand Down

0 comments on commit bff4aeb

Please sign in to comment.