Skip to content

Commit

Permalink
Reset change to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetramputechture committed Dec 27, 2023
1 parent 3f5b9ef commit 12467bf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/react-snowfall/src/Snowfall.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,3 @@ it('renders the specified number of snowflakes', () => {

expect(useSnowflakes).toHaveBeenCalledWith(expect.any(Object), 100, expect.any(Object))
})

it('only calls beginPath once per frame', () => {
render(<Snowfall />)


})

0 comments on commit 12467bf

Please sign in to comment.