Skip to content

Commit

Permalink
lint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
HardikChoudhary24 committed Oct 30, 2023
1 parent a2c2025 commit c449904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/ConvertToLTRForComposerTest.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import convertToLTRForComposer from '@libs/convertToLTRForComposer';
import CONST from '@src/CONST';
import convertToLTRForComposer from '../../src/libs/convertToLTRForComposer';
import CONST from '../../src/CONST';
import {platform} from 'os';

Check failure on line 3 in tests/unit/ConvertToLTRForComposerTest.js

View workflow job for this annotation

GitHub Actions / lint

`os` import should occur before import of `../../src/libs/convertToLTRForComposer`

describe('convertToLTRForComposer', () => {
Expand Down

0 comments on commit c449904

Please sign in to comment.