Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 5, 2024
1 parent d967d58 commit 513e291
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/__tests__/host-component-names.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as React from 'react';
import { Image, Modal, ScrollView, Switch, Text, TextInput } from 'react-native';
import TestRenderer, { ReactTestRenderer } from 'react-test-renderer';
import { getConfig } from '../config';
import { render, screen } from '..';
import {
isHostImage,
isHostModal,
Expand All @@ -10,7 +9,6 @@ import {
isHostText,
isHostTextInput,
} from '../helpers/host-component-names';
import { render, screen } from '..';

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

0 comments on commit 513e291

Please sign in to comment.