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 f6eede0 commit d28b633
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 '../../src/libs/convertToLTRForComposer';
import CONST from '../../src/CONST';
import convertToLTRForComposer from '@libs/convertToLTRForComposer';
import CONST from '@src/CONST';

describe('convertToLTRForComposer', () => {
test('Input without RTL characters remains unchanged', () => {
Expand Down

0 comments on commit d28b633

Please sign in to comment.