feat(watch): add localized system stats to watch dashboard #233
Annotations
4 errors
|
test
Process completed with exit code 1.
|
|
src/__tests__/watch-dashboard.test.tsx > WatchDashboard > handles Docker API errors gracefully:
src/__tests__/watch-dashboard.test.tsx#L103
AssertionError: expected '' to contain 'ERROR: DOCKER - Docker error'
- Expected
+ Received
- ERROR: DOCKER - Docker error
❯ src/__tests__/watch-dashboard.test.tsx:103:20
|
|
src/__tests__/watch-dashboard.test.tsx > WatchDashboard > handles K8s API errors gracefully:
src/__tests__/watch-dashboard.test.tsx#L86
AssertionError: expected '' to contain 'ERROR: K8S - K8s error'
- Expected
+ Received
- ERROR: K8S - K8s error
❯ src/__tests__/watch-dashboard.test.tsx:86:20
|
|
src/__tests__/watch-dashboard.test.tsx > WatchDashboard > renders loading states and then displays pods and containers:
src/__tests__/watch-dashboard.test.tsx#L64
AssertionError: expected '' to contain 'KDM Live Dashboard'
- Expected
+ Received
- KDM Live Dashboard
❯ src/__tests__/watch-dashboard.test.tsx:64:20
|