Skip to content

Commit cc96031

Browse files
committed
enable rr plugin in vitest
1 parent b78978e commit cc96031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineConfig((config) => ({
3939
envOnlyMacros(),
4040
// it would be really nice to have this enabled in tests, but we'll have to
4141
// wait until https://github.com/remix-run/remix/issues/9871 is fixed
42-
MODE === 'test' ? null : reactRouter(),
42+
reactRouter(),
4343
MODE === 'production' && process.env.SENTRY_AUTH_TOKEN
4444
? sentryReactRouter(sentryConfig, config)
4545
: null,

0 commit comments

Comments
 (0)