Skip to content

Commit ea68928

Browse files
committed
fix: lint error from wrong import order
1 parent 45c097b commit ea68928

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/src/components/Message/MessageSimple/utils/renderText.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
import React from 'react';
22
import { Text } from 'react-native';
33

4+
import type { ReactTestInstance } from 'react-test-renderer';
5+
46
import { render, waitFor, within } from '@testing-library/react-native';
57

68
// @ts-ignore
79
import { ASTNode, SingleASTNode } from 'simple-markdown';
810

911
import { ListOutput, ListOutputProps } from './renderText';
10-
import type { ReactTestInstance } from 'react-test-renderer';
1112

1213
describe('list', () => {
1314
const createNode = ({

0 commit comments

Comments
 (0)