Test version #1
Annotations
2 errors and 1 notice
|
|
|
ui-tests/tests/nbname.spec.ts#L20
1) tests/nbname.spec.ts:9:5 › should emit an activation console message ──────────────────────────
Error: expect(received).toHaveLength(expected)
Expected length: 1
Received length: 0
Received array: []
18 | expect(
19 | logs.filter(s => s === 'JupyterLab extension nbname is activated!')
> 20 | ).toHaveLength(1);
| ^
21 | });
22 |
at /home/runner/work/jupyterlab-nbname/jupyterlab-nbname/ui-tests/tests/nbname.spec.ts:20:5
|
|
|
The logs for this run have expired and are no longer available.
Loading