rename all components to new namespace (#1515)

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
Liyas Thomas
2021-03-01 09:28:14 +05:30
committed by GitHub
parent 37bdd525ea
commit dc5ca76d05
86 changed files with 2761 additions and 3077 deletions

View File

@@ -1,4 +1,4 @@
import feeds from "../feeds"
import feeds from "../Feeds"
import { shallowMount } from "@vue/test-utils"
jest.mock("~/helpers/fb", () => ({

View File

@@ -1,4 +1,4 @@
import inputform from "../inputform"
import inputform from "../Inputform"
import { shallowMount } from "@vue/test-utils"
jest.mock("~/helpers/fb", () => ({

View File

@@ -1,4 +1,4 @@
import logout from "../logout"
import logout from "../Logout"
import { shallowMount, createLocalVue } from "@vue/test-utils"
jest.mock("~/helpers/fb", () => ({