Skip to content

Commit 7b66fd3

Browse files
Changing report name
1 parent 03f1938 commit 7b66fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config: Config.InitialOptions = {
99
"default",
1010
[
1111
"jest-html-reporter",
12-
{ outputPath: "test-results/report/test-results.html"},
12+
{ outputPath: "test-results/report/index.html"},
1313
],
1414
],
1515
};

0 commit comments

Comments
 (0)