Skip to content

Commit

Permalink
Fix import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Mar 21, 2024
1 parent 31a4e68 commit e089588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/home/Home.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { render } from "@testing-library/vue";
import { test } from "vitest";
import i18n from "@/i18n/i18n";
import HomeView from "@/HomeView.vue";
import HomeView from "@/home/HomeView.vue";
import router from "@/router/router";
import { formkit, formkitConfig } from "@/formkit";
import { FontAwesomeIcon } from "@/fontawesome";
Expand Down

0 comments on commit e089588

Please sign in to comment.