Skip to content

Commit 3b5d3da

Browse files
committed
test: mock composables/config in WorkflowRun tests
1 parent cc16e56 commit 3b5d3da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

client/src/components/Workflow/Run/WorkflowRun.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ vi.mock("./WorkflowRunSuccess", () => ({
2727
default: {},
2828
}));
2929

30+
vi.mock("@/composables/config");
31+
3032
describe("WorkflowRun.vue", () => {
3133
let wrapper;
3234
const run1WorkflowId = "ebab00128497f9d7";

0 commit comments

Comments
 (0)