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 {
5959 line-height : 1 ;
6060 letter-spacing : .02em ;
6161 font-weight : 400 ;
62- box-sizing : border-box ;
63- padding-top : 16px ;
62+ box-sizing : border-box ;
63+ padding-top : 16px ;
6464}
65- </style >
65+ </style >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
1212 . url ( devServer )
1313 . waitForElementVisible ( '#app' , 5000 )
1414 . assert . elementPresent ( '.hello' )
15- . assert . containsText ( 'h1' , 'Welcome to Your Vue.js App ' )
15+ . assert . containsText ( 'h1' , 'Welcome to Your Vue.js PWA ' )
1616 . assert . elementCount ( 'img' , 1 )
1717 . end ( ) { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
1818 } { { #if_eq lintConfig "airbnb" } } , { { / i f _ e q } }
Original file line number Diff line number Diff line change 11import Vue from 'vue' { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
2+
23Vue . config . productionTip = false { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
34
45// Polyfill fn.bind() for PhantomJS
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ describe('Hello.vue', () => {
66 const Constructor = Vue . extend ( Hello ) { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
77 const vm = new Constructor ( ) . $mount ( ) { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
88 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 } }
1010 } ) { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
1111} ) { { #if_eq lintConfig "airbnb" } } ; { { / i f _ e q } }
You can’t perform that action at this time.
0 commit comments