Skip to content

Commit

Permalink
Update import paths from utils.js to utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Sep 24, 2024
1 parent e255598 commit c9a5458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import notifee, { EventType } from '@notifee/react-native';
import { AppRegistry, LogBox } from 'react-native';
import Root from './app/components/Views/Root';
import { name } from './app.json';
import { isTest } from './app/util/test/utils.js';
import { isTest } from './app/util/test/utils.ts';

import NotificationManager from './app/core/NotificationManager';
import { isNotificationsFeatureEnabled } from './app/util/notifications';
Expand Down
2 changes: 1 addition & 1 deletion shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
FIXTURE_SERVER_PORT,
isTest,
testConfig,
} from './app/util/test/utils.js';
} from './app/util/test/utils.ts';
import { LaunchArguments } from 'react-native-launch-arguments';

// In a testing environment, assign the fixtureServerPort to use a deterministic port
Expand Down

0 comments on commit c9a5458

Please sign in to comment.