Skip to content

Commit

Permalink
テストが落ちているのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jan 1, 2024
1 parent f5c3127 commit 2b4457f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/components/help/HowToUse.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createStore } from "vuex";
import { describe, it } from "vitest";
import { Quasar } from "quasar";
import { wrapQPage } from "../../utils";
import HowToUse from "@/components/help/HowToUse.vue";
import HowToUse from "@/components/template/HelpHowToUseSection.vue";
import { markdownItPlugin } from "@/plugins/markdownItPlugin";
import { storeKey } from "@/store";

Expand Down Expand Up @@ -33,6 +33,6 @@ describe("HowToUse.vue", () => {

await flushPromises();

expect(wrapper.find(".markdown").text()).to.equal("test string");
expect(wrapper.find(".inner").text()).to.equal("test string");
});
});

0 comments on commit 2b4457f

Please sign in to comment.