Skip to content

Commit de26f38

Browse files
Fix junit output test file on timeout (dotnet#44213)
1 parent f0737be commit de26f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/clients/ts/FunctionalTests/func.jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
},
1919
reporters: [
2020
"default",
21-
["../common/node_modules/jest-junit/index.js", { "output": "../../../../../artifacts/log/" + `${process.platform}` + ".node.functional.junit.xml" }]
21+
["../common/node_modules/jest-junit/index.js", { "outputDirectory": "../../../../../artifacts/log/", "outputName": `${process.platform}` + ".node.functional.junit.xml" }]
2222
],
2323
transform: {
2424
"^.+\\.(jsx?|tsx?)$": "../common/node_modules/ts-jest"

0 commit comments

Comments
 (0)