Skip to content

Commit c52d220

Browse files
committed
biome ftw
1 parent 63b504a commit c52d220

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react-router/src/vite/buildEnd/handleOnBuildEnd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import { rm } from 'node:fs/promises';
12
import type { Config } from '@react-router/dev/dist/config';
23
import SentryCli from '@sentry/cli';
34
import { glob } from 'glob';
4-
import { rm } from 'node:fs/promises';
55
import type { SentryReactRouterBuildOptions } from '../types';
66

77
type BuildEndHook = NonNullable<Config['buildEnd']>;

packages/react-router/test/vite/buildEnd/handleOnBuildEnd.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest';
2-
import { sentryOnBuildEnd } from '../../../src/vite/buildEnd/handleOnBuildEnd';
31
import SentryCli from '@sentry/cli';
42
import * as fs from 'fs';
53
import glob from 'glob';
64
import type { ResolvedConfig } from 'vite';
5+
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
6+
import { sentryOnBuildEnd } from '../../../src/vite/buildEnd/handleOnBuildEnd';
77

88
// Mock dependencies
99
vi.mock('@sentry/cli');

0 commit comments

Comments
 (0)