Skip to content

Commit

Permalink
Merge pull request #39 from rslvn/develop
Browse files Browse the repository at this point in the history
firebase npm downgrade
  • Loading branch information
rslvn authored Aug 2, 2020
2 parents e716d5c + d96eb56 commit 9534137
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/ui/PageTitle.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="columns has-margin-bottom-25 has-margin-top-25">
<div id="pageTitle" class="columns has-margin-bottom-25 has-margin-top-25">
<div class="column has-text-centered">
<h1 class="title">
{{ title }}
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"cropperjs": "^1.5.7",
"debounce": "^1.2.0",
"dotenv": "^8.2.0",
"firebase": "^7.17.1",
"firebase": "^7.15.5",
"firebase-admin": "^9.0.0",
"handlers-module": "file:../functions/modules/handlers-module",
"http-status-codes": "^1.4.0",
Expand Down
1 change: 1 addition & 0 deletions src/tests/jest-mocks.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { config } from '@vue/test-utils'
config.mocks.$t = (key: string) => key
config.showDeprecationWarnings = false
config.silent = false
4 changes: 2 additions & 2 deletions src/tests/pages/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Vue.config.ignoredElements = ['b-icon']
describe('HomePage', () => {
const wrapper = mount(Index)

it('is a Vue component', () => {
it('Home page loaded sucessfully', () => {
expect(wrapper.vm).toBeTruthy()
// expect(wrapper.vm.$meta()).toBeCalled()
expect(wrapper.find('h1'))
})

// it('check page title', () => {
Expand Down
1 change: 1 addition & 0 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"nuxt-i18n",
"cookie-universal-nuxt",
"firebase",
"nuxt-property-decorator",
"types-module",
"handlers-module"
]
Expand Down

0 comments on commit 9534137

Please sign in to comment.