File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ const config: Config.InitialOptions = {
88 reporters : [
99 "default" ,
1010 [
11- "jest-junit " ,
12- { outputDirectory : "./test-results" , outputName : "test-results.xml " } ,
11+ "jest-html-reporter " ,
12+ { outputDirectory : "./test-results" , outputName : "test-results.html " } ,
1313 ] ,
1414 ] ,
1515} ;
Original file line number Diff line number Diff line change 1313 "test:all_characters" : " jest --group=all_characters" ,
1414 "test:multiple_characters" : " jest --group=multiple_characters" ,
1515 "test:filter_characters" : " jest --group=filter_characters" ,
16- "test:sanity" : " jest --ci --reporters=default --reporters=jest-junit --group=sanity_tests"
16+ "test:sanity" : " jest --ci --reporters=default --reporters=jest-html-reporter --group=sanity_tests"
1717 },
1818 "devDependencies" : {
1919 "@types/jest" : " ^29.5.12" ,
You can’t perform that action at this time.
0 commit comments