Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
geertplaisier committed Aug 14, 2024
1 parent ebeb586 commit 5167a62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const setup = async (isComponentVisible = true, selectors: any[] = []) => {
providers: [
provideMockStore({
initialState: { [drawingStateKey]: { ...initialDrawingState } },
selectors: [{ selector: selectDrawingFeaturesIncludingSelected, value: [] }, ...selectors ]
selectors: [{ selector: selectDrawingFeaturesIncludingSelected, value: [] }, ...selectors ],
}),
mapServiceMock.provider,
{ provide: MenubarService, useValue: menubarServiceMock },
Expand Down

0 comments on commit 5167a62

Please sign in to comment.