Skip to content

Commit be3464b

Browse files
committed
fix: more remix fixes
1 parent 021dede commit be3464b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remix/test/config/vite.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as os from 'os';
33
import * as path from 'path';
44
import type { Plugin, ResolvedConfig } from 'vite';
55
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
6-
import Sentry from '../../src';
6+
import * as Sentry from '../..';
77
import { sentryRemixVitePlugin } from '../../src/config/vite';
88

99
describe('sentryRemixVitePlugin', () => {

0 commit comments

Comments
 (0)