Skip to content

Commit ad89db3

Browse files
committed
fix: astro tests
1 parent 567d6f9 commit ad89db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/test/integration/middleware/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expect, it, vi } from 'vitest';
2-
import { onRequest } from '../../../src/integration/middleware';
2+
import { onRequest } from '../../../src/integration/middleware/middleware';
33

44
vi.mock('../../../src/server/meta', () => ({
55
getTracingMetaTagValues: () => ({

0 commit comments

Comments
 (0)