Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.8k
Fix visual tests#18216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Fix visual tests#18216
Conversation
Thanks for making a pull request to jupyterlab! |
services-extension, workspace-extension, audio-extension, and video-extension had test scripts in their package.json files, but no test files.
brichet commentedDec 17, 2025
@jasongrout I wonder if we should not revert the updated snapshot in#18151 to fix the mermaid test. |
jasongrout commentedDec 17, 2025
Thanks for the suggestion! Happy to experiment with that to see if it fixes things. Do you think that is when problems with the mermaid test started? |
brichet commentedDec 17, 2025
Not sure, but it seems to me that most failures I saw were about this snapshot, that looks more like the previous one. |
Uh oh!
There was an error while loading.Please reload this page.
References
Code changes
jlpm run build:testandjlpm run testby updating services-extension, workspace-extension, audio-extension, and video-extension package.json files to delete test scripts since the respective test files do not exist.User-facing changes
Backwards-incompatible changes