This repository was archived by the owner on Dec 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +21
-21
lines changed Expand file tree Collapse file tree 4 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 39
39
]
40
40
},
41
41
"devDependencies" : {
42
- "@types/jest" : " ^15.1.32 " ,
42
+ "@types/jest" : " ^16.0.0 " ,
43
43
"babel-core" : " ^6.0.0" ,
44
44
"babel-plugin-transform-runtime" : " ^6.0.0" ,
45
45
"babel-preset-es2015" : " ^6.0.0" ,
50
50
"jest-cli" : " ^17.0.0" ,
51
51
"pug" : " ^2.0.0-beta6" ,
52
52
"typescript" : " ^2.0.3" ,
53
- "vue" : " ^2.0.1 " ,
54
- "vue-template-compiler" : " ^2.0.1 " ,
53
+ "vue" : " ^2.0.7 " ,
54
+ "vue-template-compiler" : " ^2.0.7 " ,
55
55
"vue-template-es2015-compiler" : " ^1.2.2" ,
56
56
"vue-typescript-import-dts" : " ^2.0.0"
57
57
},
Original file line number Diff line number Diff line change 1
1
exports [` counter-html-ts.vue should just work 1` ] = `
2
- "span(style=\' display:inline-block; width:6em\' ) counter-ts
2
+ "span(style=\' display: inline-block; width: 6em; \' ) counter-ts
3
3
|
4
- span(style=\' display:inline-block; width:3em; text-align: center\' ) -3
4
+ span(style=\' display: inline-block; width: 3em; text-align: center; \' ) -3
5
5
|
6
- button(href=\' #\' , style=\' display:inline-block; width:2em\' ) +
6
+ button(href=\' #\' , style=\' display: inline-block; width: 2em; \' ) +
7
7
|
8
- button(href=\' #\' , style=\' display:inline-block; width:2em\' ) -
8
+ button(href=\' #\' , style=\' display: inline-block; width: 2em; \' ) -
9
9
|
10
- button(href=\' #\' , style=\' display:inline-block; width:2em\' ) !
10
+ button(href=\' #\' , style=\' display: inline-block; width: 2em; \' ) !
11
11
|
12
- span(style=\' display:inline-block; width:3em; text-align: center\' ) 3
12
+ span(style=\' display: inline-block; width: 3em; text-align: center; \' ) 3
13
13
"
14
14
` ;
Original file line number Diff line number Diff line change 1
1
exports [` counter-js.vue should just work 1` ] = `
2
- "span(style=\' display:inline-block; width:6em\' ) counter-js
3
- span(style=\' display:inline-block; width:3em; text-align: center\' ) -3
4
- button(href=\' #\' , style=\' display:inline-block; width:2em\' ) +
5
- button(href=\' #\' , style=\' display:inline-block; width:2em\' ) -
6
- button(href=\' #\' , style=\' display:inline-block; width:2em\' ) !
7
- span(style=\' display:inline-block; width:3em; text-align: center\' ) 3
2
+ "span(style=\' display: inline-block; width: 6em; \' ) counter-js
3
+ span(style=\' display: inline-block; width: 3em; text-align: center; \' ) -3
4
+ button(href=\' #\' , style=\' display: inline-block; width: 2em; \' ) +
5
+ button(href=\' #\' , style=\' display: inline-block; width: 2em; \' ) -
6
+ button(href=\' #\' , style=\' display: inline-block; width: 2em; \' ) !
7
+ span(style=\' display: inline-block; width: 3em; text-align: center; \' ) 3
8
8
"
9
9
` ;
Original file line number Diff line number Diff line change 1
1
exports [` counter-ts.vue should just work 1` ] = `
2
- "span(style=\' display:inline-block; width:6em\' ) counter-ts
3
- span(style=\' display:inline-block; width:3em; text-align: center\' ) -3
4
- button(href=\' #\' , style=\' display:inline-block; width:2em\' ) +
5
- button(href=\' #\' , style=\' display:inline-block; width:2em\' ) -
6
- button(href=\' #\' , style=\' display:inline-block; width:2em\' ) !
7
- span(style=\' display:inline-block; width:3em; text-align: center\' ) 3
2
+ "span(style=\' display: inline-block; width: 6em; \' ) counter-ts
3
+ span(style=\' display: inline-block; width: 3em; text-align: center; \' ) -3
4
+ button(href=\' #\' , style=\' display: inline-block; width: 2em; \' ) +
5
+ button(href=\' #\' , style=\' display: inline-block; width: 2em; \' ) -
6
+ button(href=\' #\' , style=\' display: inline-block; width: 2em; \' ) !
7
+ span(style=\' display: inline-block; width: 3em; text-align: center; \' ) 3
8
8
"
9
9
` ;
You can’t perform that action at this time.
0 commit comments