Skip to content

Commit

Permalink
fix jest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Oct 8, 2024
1 parent 14517e9 commit 3a204e2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import type { JSCollectionData } from "ee/reducers/entityReducers/jsActionsReduc
import { PluginType } from "entities/Action";
import "@testing-library/jest-dom/extend-expect";
import { EMPTY_RESPONSE_LAST_HALF } from "ee/constants/messages";
import { DEBUGGER_TAB_KEYS } from "./Debugger/constants";

jest.mock("ee/utils/actionExecutionUtils");

Expand Down Expand Up @@ -43,7 +44,7 @@ const storeState = {
debugger: {
open: true,
responseTabHeight: 200,
selectedTab: "response",
selectedTab: DEBUGGER_TAB_KEYS.RESPONSE_TAB,
},
},
editor: {
Expand Down

0 comments on commit 3a204e2

Please sign in to comment.