Skip to content

Commit

Permalink
test name changed to renders
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilk429 committed Oct 8, 2024
1 parent 34df425 commit 71fdf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/unit/components/Shimmer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe("Shimmer component", () => {
afterEach(() => {
cleanup()
})
it("renders without crashing", () => {
it("renders", () => {
const { container } = render(<Shimmer />)
expect(container.firstChild).toBeDefined()
})
Expand Down

0 comments on commit 71fdf54

Please sign in to comment.