Skip to content

Commit a560a05

Browse files
committed
remove unused import
1 parent 795446d commit a560a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/native/src/lib/ElementAssertion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { get } from "dot-prop-immutable";
33
import { Children } from "react";
44
import { ReactTestInstance } from "react-test-renderer";
55

6-
import { instanceToString, isEmpty } from "./helpers/helpers";
6+
import { instanceToString } from "./helpers/helpers";
77

88
export class ElementAssertion extends Assertion<ReactTestInstance> {
99
public constructor(actual: ReactTestInstance) {

0 commit comments

Comments
 (0)