Skip to content

Commit

Permalink
feat(rr6): Run frontend test suite using react-router 6
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Aug 27, 2024
1 parent f6006f6 commit 58d973b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/js/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import {DEFAULT_LOCALE_DATA, setLocale} from 'sentry/locale';
import ConfigStore from 'sentry/stores/configStore';
import * as performanceForSentry from 'sentry/utils/performanceForSentry';

window.__SENTRY_USING_REACT_ROUTER_SIX = true;

/**
* Set locale to English
*/
Expand Down

0 comments on commit 58d973b

Please sign in to comment.