Add GridItem test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user