-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathAnalyticsRenderer.test.mts.snap
More file actions
40 lines (36 loc) · 3.67 KB
/
AnalyticsRenderer.test.mts.snap
File metadata and controls
40 lines (36 loc) · 3.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`AnalyticsRenderer > data rendering > should render analytics with fixture data 1`] = `
"Socket Analytics
┌──────────────────────────────────────────────────────────────────────────────┐
│ │
│ Top 5 Alert Types: │
│ │
│ envVars: 2533 │
│ unmaintained: 532 │
│ filesystemAccess: 514 │
│ networkAccess: 434 │
│ dynamicRequire: 274 │
│ │
└──────────────────────────────────────────────────────────────────────────────┘
┌──────────────────────────────────────────────────────────────────────────────┐
│ │
│ Critical Alerts │
│ │
│ Apr 19: 0 │
│ Apr 21: 0 │
│ Apr 20: 0 │
│ Apr 22: 0 │
│ │
└──────────────────────────────────────────────────────────────────────────────┘
┌──────────────────────────────────────────────────────────────────────────────┐
│ │
│ High Alerts │
│ │
│ Apr 19: 13 │
│ Apr 21: 13 │
│ Apr 20: 13 │
│ Apr 22: 10 │
│ │
└──────────────────────────────────────────────────────────────────────────────┘
"
`;