Skip to content

Commit

Permalink
chore: fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Aug 11, 2023
1 parent a8bd444 commit 99ee190
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/helpers/host-component-names.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,3 @@ export function isHostTextInput(
): element is HostTestInstance {
return element?.type === getHostComponentNames().textInput;
}

/**
* Checks if the given element is a host Switch.
* @param element The element to check.
*/
export function isHostSwitch(
element?: ReactTestInstance | null
): element is HostTestInstance {
return element?.type === getHostComponentNames().switch;
}

0 comments on commit 99ee190

Please sign in to comment.