Skip to content

Commit 5d7ab79

Browse files
committed
style: format
1 parent 6586f18 commit 5d7ab79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

__tests__/guards/beforeRouteEnter.spec.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ import { RouteRecordRaw, NavigationGuard } from '../../src/types'
55
const Home = { template: `<div>Home</div>` }
66
const Foo = { template: `<div>Foo</div>` }
77

8-
const beforeRouteEnter =
9-
jest.fn<ReturnType<NavigationGuard>, Parameters<NavigationGuard>>()
8+
const beforeRouteEnter = jest.fn<
9+
ReturnType<NavigationGuard>,
10+
Parameters<NavigationGuard>
11+
>()
1012
const named = {
1113
default: jest.fn(),
1214
other: jest.fn(),

0 commit comments

Comments
 (0)