feat(frontend): initialisatie router en bijhorende.vue componenten
This commit is contained in:
parent
c07bb959cf
commit
6beaf77adf
38 changed files with 436 additions and 449 deletions
|
@ -1,7 +1,7 @@
|
|||
import { describe, it, expect } from "vitest";
|
||||
|
||||
import { mount } from "@vue/test-utils";
|
||||
import HelloWorld from "../HelloWorld.vue";
|
||||
import HelloWorld from "./HelloWorld.vue";
|
||||
|
||||
describe("HelloWorld", () => {
|
||||
it("renders properly", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue