Skip to content

Commit

Permalink
change ContentItem to composition+ts and try to fix jests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Oct 23, 2023
1 parent e62fb3b commit 2ded0df
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 181 deletions.
1 change: 1 addition & 0 deletions client/src/components/History/Content/ContentItem.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { getLocalVue } from "tests/jest/helpers";

import ContentItem from "./ContentItem";

jest.mock("@/schema");
jest.mock("components/History/model/queries");
jest.mock("vue-router/composables", () => ({
useRoute: jest.fn(() => ({})),
Expand Down
Loading

0 comments on commit 2ded0df

Please sign in to comment.