File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 52
52
"@babel/plugin-proposal-private-property-in-object" : " ^7.21.11" ,
53
53
"@babel/plugin-transform-runtime" : " ^7.23.2" ,
54
54
"@element-plus/icons-vue" : " ^2.1.0" ,
55
- "@testing-library/jest-dom" : " ^5.16.5 " ,
55
+ "@testing-library/jest-dom" : " ^6.1.4 " ,
56
56
"@testing-library/user-event" : " ^14.5.1" ,
57
57
"@types/estree" : " ^1.0.3" ,
58
58
"@vue/compiler-sfc" : " ^3.3.5" ,
64
64
"isomorphic-unfetch" : " ^4.0.2" ,
65
65
"jest-environment-jsdom" : " ^29.7.0" ,
66
66
"jest-serializer-vue" : " ^3.1.0" ,
67
- "kcd-scripts" : " ^13 .0.0" ,
67
+ "kcd-scripts" : " ^14 .0.0" ,
68
68
"lodash.merge" : " ^4.6.2" ,
69
69
"msw" : " ^1.3.2" ,
70
- "tsd" : " ^0.27 .0" ,
71
- "typescript" : " ^4.9.5 " ,
70
+ "tsd" : " ^0.29 .0" ,
71
+ "typescript" : " ^5.2.2 " ,
72
72
"vee-validate" : " ^4.11.8" ,
73
73
"vue" : " ^3.3.5" ,
74
74
"vue-eslint-parser" : " ^9.3.2" ,
Original file line number Diff line number Diff line change 1
1
import { defineComponent } from 'vue'
2
- import '@testing-library/jest-dom/extend-expect '
2
+ import '@testing-library/jest-dom'
3
3
import { render , fireEvent } from '..'
4
4
5
5
const ModalButton = defineComponent ( {
You can’t perform that action at this time.
0 commit comments