Skip to content

Commit

Permalink
ci: prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Feb 15, 2024
1 parent dbbd2a2 commit 8b22058
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Stats/__tests__/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ describe('Component Test Stats', () => {
const mockedGetStats = jest.spyOn(network, 'getStats')

render(<Stats />)

;(async () => {
await waitFor(() => {
expect(mockedGetStats).toHaveBeenCalled()
Expand Down Expand Up @@ -81,7 +80,6 @@ describe('Component Test Stats', () => {
const mockedFormatStats = jest.spyOn(formatStats, 'formatNumberWithCommas')

render(<Stats />)

;(async () => {
await waitFor(() => {
expect(mockedFormatStats).toHaveBeenCalledTimes(7)
Expand Down

0 comments on commit 8b22058

Please sign in to comment.