Skip to content

Commit

Permalink
HelpDialogコンポーネントのパスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Jul 9, 2024
1 parent 005fde4 commit 2665b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/components/help/HelpMarkdownViewSection.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { mount, flushPromises } from "@vue/test-utils";
import { describe, it } from "vitest";
import HelpMarkdownViewSection from "@/components/template/HelpMarkdownViewSection.vue";
import HelpMarkdownViewSection from "@/components/Dialog/HelpDialog/HelpMarkdownViewSection.vue";
import { markdownItPlugin } from "@/plugins/markdownItPlugin";

describe("HelpMarkdownViewSection.vue", () => {
Expand Down

0 comments on commit 2665b05

Please sign in to comment.