File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ header span {
59
59
line-height : 1 ;
60
60
letter-spacing : .02em ;
61
61
font-weight : 400 ;
62
- box-sizing : border-box ;
63
- padding-top : 16px ;
62
+ box-sizing : border-box ;
63
+ padding-top : 16px ;
64
64
}
65
- </style >
65
+ </style >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
12
12
. url ( devServer )
13
13
. waitForElementVisible ( '#app' , 5000 )
14
14
. assert . elementPresent ( '.hello' )
15
- . assert . containsText ( 'h1' , 'Welcome to Your Vue.js App ' )
15
+ . assert . containsText ( 'h1' , 'Welcome to Your Vue.js PWA ' )
16
16
. assert . elementCount ( 'img' , 1 )
17
17
. end ( ) { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
18
18
} { { #if_eq lintConfig "airbnb" } } , { { / i f _ e q } }
Original file line number Diff line number Diff line change 1
1
import Vue from 'vue' { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
2
+
2
3
Vue . config . productionTip = false { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
3
4
4
5
// Polyfill fn.bind() for PhantomJS
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ describe('Hello.vue', () => {
6
6
const Constructor = Vue . extend ( Hello ) { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
7
7
const vm = new Constructor ( ) . $mount ( ) { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
8
8
expect ( vm . $el . querySelector ( '.hello h1' ) . textContent )
9
- . to . equal ( 'Welcome to Your Vue.js App ' ) { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
9
+ . to . equal ( 'Welcome to Your Vue.js PWA ' ) { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
10
10
} ) { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
11
11
} ) { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
You can’t perform that action at this time.
0 commit comments