diff --git a/src/parent.test.ts b/src/parent.test.ts index eaedeac..20a3b87 100644 --- a/src/parent.test.ts +++ b/src/parent.test.ts @@ -196,9 +196,9 @@ describe("traverse parent", () => { expect(mutation).nthCalledWith( 5, s.items, - expect.any(Boolean), + true, expect.any(String), - s + s // this is the vital part of whats under test - the parent of the cycle is s, not `s.items.items[0]` ); }); });