Skip to content

Commit

Permalink
fix failing GenericItem jest
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Mar 6, 2024
1 parent 4a522f0 commit acf340b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/components/History/Content/GenericElement.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { createTestingPinia } from "@pinia/testing";
import { mount } from "@vue/test-utils";
import { getLocalVue } from "tests/jest/helpers";
import VueRouter from "vue-router";
Expand Down Expand Up @@ -60,6 +61,7 @@ describe("GenericElement", () => {
},
localVue,
router,
pinia: createTestingPinia(),
});
});

Expand Down

0 comments on commit acf340b

Please sign in to comment.