File tree 3 files changed +226
-180
lines changed
3 files changed +226
-180
lines changed Original file line number Diff line number Diff line change 134
134
"@typescript-eslint/utils" : " ^8.19.1" ,
135
135
"@vitejs/plugin-legacy" : " ^6.0.0" ,
136
136
"@vitejs/plugin-react" : " ^4.3.4" ,
137
- "@vitest/coverage-istanbul" : " ^2.1.8 " ,
138
- "@vitest/eslint-plugin" : " ^1.1.21 " ,
139
- "@vitest/ui" : " ^2.1.8 " ,
137
+ "@vitest/coverage-istanbul" : " ^2.1.9 " ,
138
+ "@vitest/eslint-plugin" : " ^1.1.25 " ,
139
+ "@vitest/ui" : " ^2.1.9 " ,
140
140
"autoprefixer" : " ^10.4.14" ,
141
141
"babel-preset-react-app" : " ^10.0.1" ,
142
142
"confusing-browser-globals" : " ^1.0.11" ,
168
168
"vite-plugin-ejs" : " ^1.7.0" ,
169
169
"vite-plugin-svgr" : " ^4.3.0" ,
170
170
"vite-tsconfig-paths" : " ^5.1.4" ,
171
- "vitest" : " ^2.1.8 "
171
+ "vitest" : " ^2.1.9 "
172
172
},
173
173
"engines" : {
174
174
"node" : " >=22.11.0"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const EXCLUDE_FROM_COVERAGE = [
32
32
]
33
33
34
34
const VitestConfig = defineConfig ( ( config ) => {
35
- const reporters = [ 'basic ' ]
35
+ const reporters = [ 'default ' ]
36
36
if ( process . env . ENABLE_TEST_REPORTER ) {
37
37
reporters . push ( [ 'junit' , { outputFile : 'reports/junit/junit.xml' } ] )
38
38
}
You can’t perform that action at this time.
0 commit comments