Skip to content

Commit

Permalink
fix: update tests to reflect history changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MMMJB committed Aug 9, 2024
1 parent 115e37f commit 5789657
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/core/context.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ describe("#History", () => {
expect(l.history[0]).toEqual({
key: "foo",
value: "baz",
prevValue: "bar",
});
// @ts-expect-error
expect(l.version).toEqual(version + 1);
Expand Down Expand Up @@ -172,7 +171,6 @@ describe("#History", () => {
expect(l.history[1]).toEqual({
key: "foo",
value: "qux",
prevValue: "baz",
});

l.undo();
Expand Down

0 comments on commit 5789657

Please sign in to comment.