We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d622677 commit 94e9066Copy full SHA for 94e9066
src/index.test.js
@@ -5,6 +5,6 @@ describe("createValueElement", () => {
5
const el1 = createValueElement("div", { a: { b: 1 } });
6
const el2 = createValueElement("div", { a: { b: 1 } });
7
8
- expect(el1).toBe(el2);
+ expect(el1).toEqual(el2);
9
});
10
0 commit comments