Skip to content

Commit 513e291

Browse files
committed
chore: fix lint
1 parent d967d58 commit 513e291

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/__tests__/host-component-names.test.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as React from 'react';
22
import { Image, Modal, ScrollView, Switch, Text, TextInput } from 'react-native';
3-
import TestRenderer, { ReactTestRenderer } from 'react-test-renderer';
4-
import { getConfig } from '../config';
3+
import { render, screen } from '..';
54
import {
65
isHostImage,
76
isHostModal,
@@ -10,7 +9,6 @@ import {
109
isHostText,
1110
isHostTextInput,
1211
} from '../helpers/host-component-names';
13-
import { render, screen } from '..';
1412

1513
test('detects host Text component', () => {
1614
render(<Text>Hello</Text>);

0 commit comments

Comments
 (0)