Skip to content

Commit 29a5d89

Browse files
committed
style(tanstackstart-react): format sentryTanstackStart test imports
Made-with: Cursor
1 parent d77dec4 commit 29a5d89

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/tanstackstart-react/test/vite/sentryTanstackStart.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import type { Plugin } from 'vite';
22
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
33
import { makeAutoInstrumentMiddlewarePlugin } from '../../src/vite/autoInstrumentMiddleware';
4-
import {
5-
sentryTanstackStart,
6-
type SentryTanstackStartOptions,
7-
} from '../../src/vite/sentryTanstackStart';
4+
import { sentryTanstackStart, type SentryTanstackStartOptions } from '../../src/vite/sentryTanstackStart';
85
import { makeTunnelRoutePlugin } from '../../src/vite/tunnelRoute';
96

107
const mockSourceMapsConfigPlugin: Plugin = {

0 commit comments

Comments
 (0)