We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279f8e2 commit df87958Copy full SHA for df87958
1 file changed
assets/js/dashboard/stats/graph/fetch-top-stats.test.ts
@@ -19,7 +19,9 @@ const expectedBaseInclude: StatsQuery['include'] = {
19
compare_match_day_of_week: true,
20
imports: true,
21
imports_meta: true,
22
- time_labels: false
+ time_labels: false,
23
+ partial_time_labels: false,
24
+ empty_metrics: false
25
}
26
27
const expectedRealtimeVisitorsQuery: StatsQuery = {
0 commit comments