Skip to content

Commit

Permalink
chore: 🤖 update test setup to ensure it runs correctly in build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-portugal authored and mportuga committed Aug 9, 2021
1 parent 641cb3a commit 20049bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cellnav/test/uiGridCellNavService.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ describe('ui.grid.edit uiGridCellNavService', function() {

grid = gridClassFactory.createGrid();
// throttled scrolling isn't working in tests for some reason
grid.headerHeight = 0;
grid.headerHeight = 10;
grid.footerHeight = 0;
grid.gridHeight = 20;
grid.gridHeight = 15;
grid.options.rowHeight = 30;
grid.options.scrollDebounce = 0;
grid.options.columnDefs = [
Expand Down

0 comments on commit 20049bc

Please sign in to comment.