|
1 | | -import { describe, expect, it, vi, beforeEach, afterEach } from 'vitest'; |
| 1 | +import { describe, expect, it, vi, beforeEach, afterEach } from 'vitest' |
2 | 2 | import { |
3 | | - sum, |
4 | | - chunkIntoWeeks, |
5 | | - buildWeeklyEvolutionFromDaily, |
6 | | - clamp, |
7 | | - quantile, |
8 | | - winsorize, |
9 | | - computeLineChartAnalysis, |
10 | | - createAltTextForTrendLineChart, |
11 | | - copyAltTextForTrendLineChart, |
12 | | - createAltTextForVersionsBarChart, |
13 | | - copyAltTextForVersionsBarChart, |
14 | | - loadFile, |
15 | | - sanitise, |
16 | | - insertLineBreaks, |
17 | | - applyEllipsis, |
18 | | - type TrendLineConfig, |
19 | | - type TrendLineDataset, |
20 | | - type VersionsBarConfig, |
21 | | - type VersionsBarDataset, |
22 | | -} from '../../../../app/utils/charts'; |
23 | | -import type { AltCopyArgs } from 'vue-data-ui'; |
| 3 | + sum, |
| 4 | + chunkIntoWeeks, |
| 5 | + buildWeeklyEvolutionFromDaily, |
| 6 | + clamp, |
| 7 | + quantile, |
| 8 | + winsorize, |
| 9 | + computeLineChartAnalysis, |
| 10 | + createAltTextForTrendLineChart, |
| 11 | + copyAltTextForTrendLineChart, |
| 12 | + createAltTextForVersionsBarChart, |
| 13 | + copyAltTextForVersionsBarChart, |
| 14 | + loadFile, |
| 15 | + sanitise, |
| 16 | + insertLineBreaks, |
| 17 | + applyEllipsis, |
| 18 | + type TrendLineConfig, |
| 19 | + type TrendLineDataset, |
| 20 | + type VersionsBarConfig, |
| 21 | + type VersionsBarDataset, |
| 22 | +} from '../../../../app/utils/charts' |
| 23 | +import type { AltCopyArgs } from 'vue-data-ui' |
24 | 24 |
|
25 | 25 | type TranslateCall = { key: string | number; named?: Record<string, unknown> } |
26 | 26 |
|
|
0 commit comments