Skip to content

Commit

Permalink
fix: add self-review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Mar 12, 2024
1 parent fadb6f4 commit f1f95e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parent.test.ts
Expand Up @@ -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]`
);
});
});
Expand Down

0 comments on commit f1f95e5

Please sign in to comment.