Add GridItem test

This commit is contained in:
2020-12-06 16:03:41 +01:00
parent 397470bc70
commit 7893b25910
11 changed files with 157 additions and 93 deletions

View File

@@ -2,7 +2,7 @@ import { mount } from "@vue/test-utils";
import App from "@/App.vue";
describe("App", () => {
const wrapper = mount(App, { stubs: ["router-view"] });
const wrapper = mount(App, { stubs: ["router-view", "router-link"] });
it("should be a Vue instance", () => {
expect(wrapper.vm).toBeTruthy();