Skip to content

Commit bac1437

Browse files
committed
Removing jest-junit
1 parent 48c841b commit bac1437

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
dist
22
node_modules
33

4-
# Jest test results directories
4+
# Jest test results directory
55
coverage
6-
reports
76
# Storybook build directory
87
storybook-static
98
# Prefer npm to yarn

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
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",
@@ -61,14 +60,5 @@
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
}

0 commit comments

Comments
 (0)