Skip to content

Commit

Permalink
fix: failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SoseAdobe committed Jun 14, 2023
1 parent d1f9e3b commit 7e850a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/test/cells.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ describe("Image cell", () => {
value={cell}
target={target}
forceEditMode={false}
location={{ row: 0, col: 0 }}
setKeyboardEventHandlingMode={noop}
/>
);
Expand Down Expand Up @@ -99,6 +100,7 @@ describe("Image cell", () => {
value={cell}
target={target}
forceEditMode={false}
location={{ row: 0, col: 0 }}
setKeyboardEventHandlingMode={noop}
/>
);
Expand Down

0 comments on commit 7e850a6

Please sign in to comment.