Skip to content

Commit

Permalink
fix e2e tests after eslint/prettier import changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Oct 30, 2023
1 parent 551bb87 commit ca2b3e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ package-lock.json
*.css
*.scss
*.md
# We need to modify the import here specifically, hence we disable prettier to get rid of the sorted imports
src/libs/E2E/reactNativeLaunchingTest.js
3 changes: 1 addition & 2 deletions src/libs/E2E/reactNativeLaunchingTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/
import * as Metrics from '@libs/Metrics';
import Performance from '@libs/Performance';
import '../../../index';
import E2EConfig from '../../../tests/e2e/config';
import E2EClient from './client';

Expand Down Expand Up @@ -65,5 +64,5 @@ E2EClient.getTestConfig()

// start the usual app
Performance.markStart('regularAppStart');

import '../../../index';
Performance.markEnd('regularAppStart');

0 comments on commit ca2b3e2

Please sign in to comment.