File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed
Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 11dist
22node_modules
33
4- # Jest test results directories
4+ # Jest test results directory
55coverage
6- reports
76# Storybook build directory
87storybook-static
98# Prefer npm to yarn
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ const config: Config = {
110110 // projects: undefined,
111111
112112 // Use this configuration option to add custom reporters to Jest
113- reporters : [ "default" , "jest-junit" ] ,
113+ // reporters: undefined ,
114114
115115 // Automatically reset mock state before every test
116116 // resetMocks: false,
Original file line number Diff line number Diff line change 4747 "identity-obj-proxy" : " ^3.0.0" ,
4848 "jest" : " ^29.6.2" ,
4949 "jest-environment-jsdom" : " ^29.6.2" ,
50- "jest-junit" : " ^16.0.0" ,
5150 "luxon" : " ^3.3.0" ,
5251 "prop-types" : " ^15.8.1" ,
5352 "react" : " ^18.2.0" ,
6160 "ts-node" : " ^10.9.1" ,
6261 "tslib" : " ^2.6.0" ,
6362 "typescript" : " ^5.1.6"
64- },
65- "jest-junit" : {
66- "outputDirectory" : " reports" ,
67- "outputName" : " jest-junit.xml" ,
68- "ancestorSeparator" : " > " ,
69- "uniqueOutputName" : " false" ,
70- "suiteNameTemplate" : " {filepath}" ,
71- "classNameTemplate" : " {classname}" ,
72- "titleTemplate" : " {title}"
7363 }
7464}
You can’t perform that action at this time.
0 commit comments