We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb466d1 commit 214cc57Copy full SHA for 214cc57
packages/sveltekit/test/server-common/serverRoute.test.ts
@@ -1,5 +1,5 @@
1
import * as SentryCore from '@sentry/core';
2
-import type { NumericRange, type RequestEvent } from '@sveltejs/kit';
+import type { NumericRange, RequestEvent } from '@sveltejs/kit';
3
import { error, redirect } from '@sveltejs/kit';
4
import { beforeEach, describe, expect, it, vi } from 'vitest';
5
import {
0 commit comments