-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Update @jupyterlab/galata
#7361
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
bot please update playwright snapshots |
| hooks: | ||
| - id: codespell | ||
| args: ['-L', 'hart,noteable'] | ||
| args: ['-L', 'hart,noteable', '--skip', "*.spec.ts"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like afterAll makes the pre-commit check fail: https://results.pre-commit.ci/run/github/33653601/1715676598.F47qygP7RKuJagZupcWLmA
Adding afterAll to the list of ignored words (via -L) does not seem to help, but skipping all .spec.ts files does. Might be worth investigating more in a separate issue or PR.
We can track that in a separate issue. |


Update
@jupyterlab/galatato match the latest JupyterLab 4.2.0 release.Might need some tricks from jupyterlab/jupyterlab#15621
Also make some changes to try to reduce the UI tests flakyness.