File tree 5 files changed +6
-4
lines changed
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" columns has-margin-bottom-25 has-margin-top-25" >
2
+ <div id = " pageTitle " class =" columns has-margin-bottom-25 has-margin-top-25" >
3
3
<div class =" column has-text-centered" >
4
4
<h1 class =" title" >
5
5
{{ title }}
Original file line number Diff line number Diff line change 74
74
"cropperjs" : " ^1.5.7" ,
75
75
"debounce" : " ^1.2.0" ,
76
76
"dotenv" : " ^8.2.0" ,
77
- "firebase" : " ^7.17.1 " ,
77
+ "firebase" : " ^7.15.5 " ,
78
78
"firebase-admin" : " ^9.0.0" ,
79
79
"handlers-module" : " file:../functions/modules/handlers-module" ,
80
80
"http-status-codes" : " ^1.4.0" ,
Original file line number Diff line number Diff line change 1
1
import { config } from '@vue/test-utils'
2
2
config . mocks . $t = ( key : string ) => key
3
3
config . showDeprecationWarnings = false
4
+ config . silent = false
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ Vue.config.ignoredElements = ['b-icon']
11
11
describe ( 'HomePage' , ( ) => {
12
12
const wrapper = mount ( Index )
13
13
14
- it ( 'is a Vue component ' , ( ) => {
14
+ it ( 'Home page loaded sucessfully ' , ( ) => {
15
15
expect ( wrapper . vm ) . toBeTruthy ( )
16
- // expect(wrapper.vm.$meta()).toBeCalled( )
16
+ expect ( wrapper . find ( 'h1' ) )
17
17
} )
18
18
19
19
// it('check page title', () => {
Original file line number Diff line number Diff line change 35
35
" nuxt-i18n" ,
36
36
" cookie-universal-nuxt" ,
37
37
" firebase" ,
38
+ " nuxt-property-decorator" ,
38
39
" types-module" ,
39
40
" handlers-module"
40
41
]
You can’t perform that action at this time.
0 commit comments