feat: show msm connection info #13996
test.yml
on: pull_request
Test
10m 56s
Lint
1m 45s
Build
3m 12s
Publish Coverage Report
0s
Annotations
2 errors
src/root-reducer.test.ts > rootReducer > should reset app to initial state on LOGOUT_SUCCESS, except status which
resets to authenticating = false:
src/root-reducer.test.ts#L18
Error: Snapshot `rootReducer > should reset app to initial state on LOGOUT_SUCCESS, except status which
resets to authenticating = false 1` mismatched
- Expected
+ Received
@@ -222,10 +222,19 @@
"statuses": {},
},
"message": {
"items": [],
},
+ "msm": {
+ "errors": null,
+ "items": [],
+ "loaded": false,
+ "loading": false,
+ "saved": false,
+ "saving": false,
+ "status": null,
+ },
"nodedevice": {
"errors": null,
"items": [],
"loaded": false,
"loading": false,
❯ src/root-reducer.test.ts:18:22
|
Test
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage-report
Expired
|
248 MB |
|