forked from jsnbuchanan/crowd-funder-for-time-pwa
fix image server references for tests (2 tests failing: missing function & looking for registration prompt for unregistered user)
This commit is contained in:
@@ -302,7 +302,10 @@ import InfiniteScroll from "../components/InfiniteScroll.vue";
|
||||
import ProjectIcon from "../components/ProjectIcon.vue";
|
||||
import OnboardingDialog from "../components/OnboardingDialog.vue";
|
||||
import TopMessage from "../components/TopMessage.vue";
|
||||
import { NotificationIface, DEFAULT_PARTNER_API_SERVER } from "../constants/app";
|
||||
import {
|
||||
NotificationIface,
|
||||
DEFAULT_PARTNER_API_SERVER,
|
||||
} from "../constants/app";
|
||||
import {
|
||||
db,
|
||||
logConsoleAndDb,
|
||||
|
||||
Reference in New Issue
Block a user