Skip to content

Commit

Permalink
chore: add test comment for better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Jan 15, 2024
1 parent 857fb98 commit 1939cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/core/__tests__/slickGrid.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,7 @@ describe('SlickGrid core file', () => {
const event = new CustomEvent('click');
Object.defineProperty(event, 'target', { writable: true, value: secondRowSlickCells[1] });

const result = grid.getCellFromEvent(event);
const result = grid.getCellFromEvent(event); // not passing clientX/clientY will return NaN

expect(result).toBeNull();
});
Expand Down

0 comments on commit 1939cae

Please sign in to comment.