Skip to content

Commit

Permalink
fix(spinner): typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed May 29, 2024
1 parent f398398 commit 4682f95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('Spinner >', () => {
expect(renderedSpinner).toBeInTheDocument()
})

it('should render as a div by default', () => {
it('should render as a span element by default', () => {
const { getByTestId } = renderSpinner()
const renderedSpinner = getByTestId(SPINNER_TEST_ID)
expect(renderedSpinner.tagName).toBe('SPAN')
Expand Down

0 comments on commit 4682f95

Please sign in to comment.