Skip to content

Commit

Permalink
chore: type import
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 23, 2023
1 parent f4b83e1 commit 66711f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { createDom, newRouter as createRouter } from '../utils'
import { mount } from '@vue/test-utils'
import { inject } from 'vue'
import { mockWarn } from 'jest-mock-warn'
import type { Router } from '../../src'
import { type Router } from '../../src'

describe('inject() within navigation guards', () => {
mockWarn()
Expand Down

0 comments on commit 66711f1

Please sign in to comment.