We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a4006 commit 21aad9fCopy full SHA for 21aad9f
1 file changed
client/src/components/Workflow/Run/WorkflowRun.test.js
@@ -27,6 +27,8 @@ vi.mock("./WorkflowRunSuccess", () => ({
27
default: {},
28
}));
29
30
+vi.mock("@/composables/config");
31
+
32
describe("WorkflowRun.vue", () => {
33
let wrapper;
34
const run1WorkflowId = "ebab00128497f9d7";
0 commit comments