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 795446d commit a560a05Copy full SHA for a560a05
packages/native/src/lib/ElementAssertion.ts
@@ -3,7 +3,7 @@ import { get } from "dot-prop-immutable";
3
import { Children } from "react";
4
import { ReactTestInstance } from "react-test-renderer";
5
6
-import { instanceToString, isEmpty } from "./helpers/helpers";
+import { instanceToString } from "./helpers/helpers";
7
8
export class ElementAssertion extends Assertion<ReactTestInstance> {
9
public constructor(actual: ReactTestInstance) {
0 commit comments