Stream workspace startup logs in TaskDetailView #2015
Annotations
4 errors
|
Unit Test (Electron latest)
Process completed with exit code 1.
|
|
[webview] test/webview/tasks/useWorkspaceLogs.test.ts > useWorkspaceLogs > accumulates lines from notifications:
test/webview/tasks/useWorkspaceLogs.test.ts#L55
AssertionError: expected [] to deeply equal [ 'line 1', 'line 2' ]
- Expected
+ Received
- [
- "line 1",
- "line 2",
- ]
+ []
❯ test/webview/tasks/useWorkspaceLogs.test.ts:55:19
|
|
Unit Test (Electron 32)
Process completed with exit code 1.
|
|
[webview] test/webview/tasks/useWorkspaceLogs.test.ts > useWorkspaceLogs > accumulates lines from notifications:
test/webview/tasks/useWorkspaceLogs.test.ts#L55
AssertionError: expected [] to deeply equal [ 'line 1', 'line 2' ]
- Expected
+ Received
- [
- "line 1",
- "line 2",
- ]
+ []
❯ test/webview/tasks/useWorkspaceLogs.test.ts:55:19
|