Skip to content

Commit

Permalink
Fix main index import
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Sep 12, 2023
1 parent ea62c3c commit f9144ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/E2E/reactNativeLaunchingTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ E2EClient.getTestConfig()

// start the usual app
Performance.markStart('regularAppStart');
import '../../../appIndex';
import '../../../index';
Performance.markEnd('regularAppStart');

0 comments on commit f9144ed

Please sign in to comment.