Skip to content

Commit e4482f4

Browse files
authored
Include the filename as the jest suite (#7804)
1 parent 5efc700 commit e4482f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest-component-unit-tests/jest.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ const jestConfig: Config = {
2424
"default",
2525
["jest-junit", {
2626
outputDirectory: "test-results",
27-
outputName: "junit.xml"
27+
outputName: "junit.xml",
28+
suiteNameTemplate: "{filename}"
2829
}]
2930
],
3031
}

0 commit comments

Comments
 (0)