We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c097b commit ea68928Copy full SHA for ea68928
package/src/components/Message/MessageSimple/utils/renderText.test.tsx
@@ -1,13 +1,14 @@
1
import React from 'react';
2
import { Text } from 'react-native';
3
4
+import type { ReactTestInstance } from 'react-test-renderer';
5
+
6
import { render, waitFor, within } from '@testing-library/react-native';
7
8
// @ts-ignore
9
import { ASTNode, SingleASTNode } from 'simple-markdown';
10
11
import { ListOutput, ListOutputProps } from './renderText';
-import type { ReactTestInstance } from 'react-test-renderer';
12
13
describe('list', () => {
14
const createNode = ({
0 commit comments