File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 50
50
"dom-closest" : " ^0.2.0" ,
51
51
"enquire.js" : " ^2.1.6" ,
52
52
"lodash" : " ^4.17.11" ,
53
- "moment" : " ^2.22.2 " ,
53
+ "moment" : " ^2.24.0 " ,
54
54
"omit.js" : " ^1.0.0" ,
55
55
"prop-types" : " ^15.6.2" ,
56
56
"raf" : " ^3.4.0" ,
103
103
"@yesmeck/offline-plugin" : " ^5.0.5" ,
104
104
"ansi-styles" : " ^3.2.1" ,
105
105
"antd-theme-generator" : " ^1.1.4" ,
106
- "antd-tools" : " ^6.5 .0" ,
106
+ "antd-tools" : " ^7.0 .0" ,
107
107
"babel-eslint" : " ^10.0.1" ,
108
- "bisheng" : " ^1.0 .0" ,
109
- "bisheng-plugin-antd" : " ^0.17 .0" ,
108
+ "bisheng" : " ^1.1 .0" ,
109
+ "bisheng-plugin-antd" : " ^1.0 .0" ,
110
110
"bisheng-plugin-description" : " ^0.1.4" ,
111
111
"bisheng-plugin-react" : " ^1.0.0" ,
112
112
"bisheng-plugin-toc" : " ^0.4.4" ,
184
184
"xhr2" : " ^0.1.4"
185
185
},
186
186
"scripts" : {
187
- "test" : " jest --config .jest.js --verbose=false" ,
188
- "test-node" : " jest --config .jest.node.js" ,
187
+ "test" : " jest --config .jest.js --verbose=false --no-cache " ,
188
+ "test-node" : " jest --config .jest.node.js --no-cache " ,
189
189
"test-all" : " ./scripts/test-all.sh" ,
190
190
"lint" : " npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style" ,
191
191
"lint:ts" : " npm run tsc && antd-tools run ts-lint" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ function ariaConvert(wrapper) {
23
23
24
24
// Change aria
25
25
if ( attribs && attribs [ 'aria-controls' ] ) {
26
- attribs [ 'aria-controls' ] = 'test-uuid' ;
26
+ attribs [ 'aria-controls' ] = '' ; // Remove all the aria to keep render sync in jest & jest node
27
27
}
28
28
29
29
// Loop children
You can’t perform that action at this time.
0 commit comments