Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Dec 26, 2024
1 parent 72a9577 commit b362c7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/starlight/__tests__/basics/route-data.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { expect, test, vi } from 'vitest';
import { generateRouteData } from '../../utils/routing/data';
import { routes } from '../../utils/routing';
import pkg from '../../package.json';

vi.mock('astro:content', async () =>
(await import('../test-utils')).mockedAstroContent({
Expand Down

0 comments on commit b362c7a

Please sign in to comment.