Bump katex from 0.12.0 to 0.16.10 #249
Annotations
2 errors, 1 warning, and 1 notice
Execute integration tests:
packages/mathjax2-extension/ui-tests/tests/jupyterlab_mathjax2.spec.ts#L59
1) tests/jupyterlab_mathjax2.spec.ts:3:5 › should display notebook mathjax2 equations ────────────
Error: Screenshot comparison failed:
355 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/mathjax2-extension/ui-tests/tests/jupyterlab_mathjax2.spec.ts-snapshots/mathjax2-notebook-4-linux.png
Received: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/mathjax2-extension/ui-tests/test-results/tests-jupyterlab_mathjax2-should-display-notebook-mathjax2-equations/mathjax2-notebook-4-actual.png
Diff: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/mathjax2-extension/ui-tests/test-results/tests-jupyterlab_mathjax2-should-display-notebook-mathjax2-equations/mathjax2-notebook-4-diff.png
57 | .soft(await outputs.nth(2).screenshot())
58 | .toMatchSnapshot('mathjax2-notebook-3.png');
> 59 | expect(await outputs.nth(3).screenshot()).toMatchSnapshot(
| ^
60 | 'mathjax2-notebook-4.png'
61 | );
62 | });
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/mathjax2-extension/ui-tests/tests/jupyterlab_mathjax2.spec.ts:59:45
|
Execute integration tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Execute integration tests
1 failed
tests/jupyterlab_mathjax2.spec.ts:3:5 › should display notebook mathjax2 equations ─────────────
|
Loading