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 1
1
dist
2
2
node_modules
3
3
4
- # Jest test results directories
4
+ # Jest test results directory
5
5
coverage
6
- reports
7
6
# Storybook build directory
8
7
storybook-static
9
8
# Prefer npm to yarn
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ const config: Config = {
110
110
// projects: undefined,
111
111
112
112
// Use this configuration option to add custom reporters to Jest
113
- reporters : [ "default" , "jest-junit" ] ,
113
+ // reporters: undefined ,
114
114
115
115
// Automatically reset mock state before every test
116
116
// resetMocks: false,
Original file line number Diff line number Diff line change 47
47
"identity-obj-proxy" : " ^3.0.0" ,
48
48
"jest" : " ^29.6.2" ,
49
49
"jest-environment-jsdom" : " ^29.6.2" ,
50
- "jest-junit" : " ^16.0.0" ,
51
50
"luxon" : " ^3.3.0" ,
52
51
"prop-types" : " ^15.8.1" ,
53
52
"react" : " ^18.2.0" ,
61
60
"ts-node" : " ^10.9.1" ,
62
61
"tslib" : " ^2.6.0" ,
63
62
"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}"
73
63
}
74
64
}
You can’t perform that action at this time.
0 commit comments