Skip to content

Commit

Permalink
chore: fix breadcrumb test
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 6, 2024
1 parent a58e606 commit 2adedff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/breadcrumbs.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from 'vitest'
import { pathBreadcrumbSegments } from '../../module/src/runtime/pure/breadcrumbs'
import { pathBreadcrumbSegments } from '../../src/runtime/pure/breadcrumbs'

describe('breadcrumbs', () => {
it('basic', async () => {
Expand Down

0 comments on commit 2adedff

Please sign in to comment.