Skip to content

Commit 2bfd40c

Browse files
committed
Update report constants to reorder 'tests-changed-report' in the default report order and update binary files.
1 parent 5980143 commit 2bfd40c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/reports/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
export const DEFAULT_REPORT_ORDER: string[] = [
66
'summary-report',
77
'summary-delta-report',
8-
'tests-changed-report',
98
'github-report',
109
'previous-results-report',
1110
'insights-report',
@@ -16,6 +15,7 @@ export const DEFAULT_REPORT_ORDER: string[] = [
1615
'flaky-rate-report',
1716
'skipped-report',
1817
'ai-report',
18+
'tests-changed-report',
1919
'pull-request-report',
2020
'commit-report',
2121
'slowest-report',

0 commit comments

Comments
 (0)