Skip to content

Commit

Permalink
rename client/src/components/Workflow/test-utils.ts to testUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
itisAliRH committed Dec 12, 2023
1 parent d2dbacb commit c9fd5cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Workflow/WorkflowList.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { setActivePinia } from "pinia";
import { mockFetcher } from "@/api/schema/__mocks__";
import { useUserStore } from "@/stores/userStore";

import { generateRandomWorkflowList } from "./test-utils";
import { generateRandomWorkflowList } from "./testUtils";

import WorkflowList from "./WorkflowList.vue";

Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Workflow/WorkflowRunButton.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { shallowMount } from "@vue/test-utils";
import { getLocalVue } from "tests/jest/helpers";

import { generateRandomString } from "./test-utils";
import { generateRandomString } from "./testUtils";

import WorkflowRunButton from "./WorkflowRunButton.vue";

Expand Down
File renamed without changes.

0 comments on commit c9fd5cd

Please sign in to comment.