Skip to content

Commit

Permalink
test: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 8, 2020
1 parent 52a6716 commit 58d9c23
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { extractComponentsGuards } from '../src/utils'
import { START_LOCATION_NORMALIZED, RouteRecordRaw } from '../src/types'
import { components } from './utils'
import { normalizeRouteRecord } from '../src/matcher'
import { extractComponentsGuards } from '../../src/navigationGuards'
import { START_LOCATION_NORMALIZED, RouteRecordRaw } from '../../src/types'
import { components } from '../utils'
import { normalizeRouteRecord } from '../../src/matcher'
import { RouteRecordNormalized } from 'src/matcher/types'

const beforeRouteEnter = jest.fn()
Expand Down

0 comments on commit 58d9c23

Please sign in to comment.