Skip to content

Commit

Permalink
test: adjust test to changes from main
Browse files Browse the repository at this point in the history
ref #2874
  • Loading branch information
shaman-apprentice committed Jul 1, 2022
1 parent 4d927fd commit ef919d3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ import { ColorSettingsPanelModule } from "./colorSettingsPanel.module"
jest.mock("../../../state/selectors/isDeltaState.selector", () => ({
isDeltaStateSelector: jest.fn()
}))
jest.mock("../../../state/store/dynamicSettings/colorRange/colorRange.selector", () => ({
colorRangeSelector: () => ({ from: 33, to: 66 })
}))

const mockedIsDeltaStateSelector = mocked(isDeltaStateSelector)

Expand Down

0 comments on commit ef919d3

Please sign in to comment.