This repository was archived by the owner on Apr 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 77</template >
88
99<script >
10- export default {
11- name: ' lost' ,
12- };
10+ export default {
11+ name: ' lost' ,
12+ };
1313 </script >
Original file line number Diff line number Diff line change 77 <template v-else-if =" ! resetCompleted " >
88 <form @submit.prevent =" submit" >
99 <input v-model =" inputs.password1" type =" password" id =" password1" placeholder =" password" >
10- <input v-model =" inputs.password2" type =" password" id =" password2" placeholder =" confirm password" >
10+ <input v-model =" inputs.password2" type =" password" id =" password2"
11+ placeholder =" confirm password" >
1112 </form >
1213 <button @click =" resetPassword(inputs)" >
1314 reset password
Original file line number Diff line number Diff line change 88 <form @submit.prevent =" submit" >
99 <input v-model =" inputs.username" type =" text" id =" username" placeholder =" username" >
1010 <input v-model =" inputs.password1" type =" password" id =" password1" placeholder =" password" >
11- <input v-model =" inputs.password2" type =" password" id =" password2" placeholder =" confirm password" >
11+ <input v-model =" inputs.password2" type =" password" id =" password2"
12+ placeholder =" confirm password" >
1213 <input v-model =" inputs.email" type =" email" id =" email" placeholder =" email" >
1314 </form >
1415 <button @click =" createAccount(inputs)" >
Original file line number Diff line number Diff line change 1- import Vue from 'vue'
1+ import Vue from 'vue' ;
22
3- Vue . config . productionTip = false
3+ Vue . config . productionTip = false ;
44
55// require all test files (files that ends with .spec.js)
6- const testsContext = require . context ( './specs' , true , / \. s p e c $ / )
7- testsContext . keys ( ) . forEach ( testsContext )
6+ const testsContext = require . context ( './specs' , true , / \. s p e c $ / ) ;
7+ testsContext . keys ( ) . forEach ( testsContext ) ;
88
99// require all src files except main.js for coverage.
1010// you can also change this to match only the subset of files that
1111// you want coverage for.
12- const srcContext = require . context ( '../../src' , true , / ^ \. \/ (? ! m a i n ( \. j s ) ? $ ) / )
13- srcContext . keys ( ) . forEach ( srcContext )
12+ const srcContext = require . context ( '../../src' , true , / ^ \. \/ (? ! m a i n ( \. j s ) ? $ ) / ) ;
13+ srcContext . keys ( ) . forEach ( srcContext ) ;
You can’t perform that action at this time.
0 commit comments