Skip to content

Commit 94e9066

Browse files
committed
test: fix
1 parent d622677 commit 94e9066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ describe("createValueElement", () => {
55
const el1 = createValueElement("div", { a: { b: 1 } });
66
const el2 = createValueElement("div", { a: { b: 1 } });
77

8-
expect(el1).toBe(el2);
8+
expect(el1).toEqual(el2);
99
});
1010
});

0 commit comments

Comments
 (0)