Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 16660fd

Browse files
committed
chore: fix failing unit tests
1 parent 151b211 commit 16660fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/angular-slickgrid/components/__tests__/angular-slickgrid.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ describe('Angular-Slickgrid Custom Component instantiated via Constructor', () =
579579
const updateSpy = jest.spyOn(component, 'updateColumnDefinitionsList');
580580
const mockColDefs = [{ id: 'name', field: 'name', editor: undefined, internalColumnEditor: {} }];
581581

582-
component.gridOptions = { enableTranslate: true };
582+
component.gridOptions = { enableTranslate: true, darkMode: true };
583583
component.ngAfterViewInit();
584584
component.initialization(slickEventHandler);
585585
component.columnDefinitions = mockColDefs;

0 commit comments

Comments
 (0)