Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 14, 2021
1 parent 6586f18 commit 5d7ab79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions __tests__/guards/beforeRouteEnter.spec.ts
Expand Up @@ -5,8 +5,10 @@ import { RouteRecordRaw, NavigationGuard } from '../../src/types'
const Home = { template: `<div>Home</div>` }
const Foo = { template: `<div>Foo</div>` }

const beforeRouteEnter =
jest.fn<ReturnType<NavigationGuard>, Parameters<NavigationGuard>>()
const beforeRouteEnter = jest.fn<
ReturnType<NavigationGuard>,
Parameters<NavigationGuard>
>()
const named = {
default: jest.fn(),
other: jest.fn(),
Expand Down

0 comments on commit 5d7ab79

Please sign in to comment.