Create Footer component with styles

This commit is contained in:
2020-12-17 18:15:40 +01:00
parent 9394950263
commit 111558309e
3 changed files with 21 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
import { mount } from "@vue/test-utils";
import axios from "axios";
import FilmsView from "@/pages/index";
import FilmsView from "@/pages";
import mockFilms from "./fake-films.json";
jest.mock("axios", () => ({