Skip to content

Commit

Permalink
fix conde format
Browse files Browse the repository at this point in the history
  • Loading branch information
JinTakenaka committed Nov 24, 2022
1 parent 35455e3 commit 26f04a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hooks/tests/useCSR.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { renderHook, act, RenderResult } from '@testing-library/react-hooks'

import mockRouter from 'next-router-mock'
import { useCSR } from '../useCSR'

jest.mock('next/router', () => require('next-router-mock'))

import mockRouter from 'next-router-mock'
const mockedUseRouter = jest.spyOn(require('next/router'), 'useRouter')
const mockedReplace = jest.spyOn(mockRouter, 'replace')

Expand Down

0 comments on commit 26f04a6

Please sign in to comment.