Skip to content
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

Fix jest todo tests problem and add package label #810

Merged
merged 3 commits into from
Nov 24, 2023

Conversation

epszaw
Copy link
Member

@epszaw epszaw commented Nov 23, 2023

Context

fixes #800

Adds package label for jest tests.

Now it happens when jest try to handle todo-tests, but can't find it, due it hasn't been initialized. Probably, we don't need to handle them at all, but the fix prevents run from unexpected failures though.

Checklist

@github-actions github-actions bot added the theme:jest Jest related issue label Nov 23, 2023
@epszaw epszaw added the type:bug Something isn't working label Nov 23, 2023
@epszaw epszaw force-pushed the fix-jest-undefined-stage-property branch from cf684b1 to 05ebb69 Compare November 23, 2023 12:57
@epszaw epszaw requested a review from baev November 23, 2023 13:00
@epszaw epszaw changed the title Fix jest unexpected errors when test hasn't been initialized Fix jest todo tests problem and add package label Nov 23, 2023
@baev baev merged commit 6cfc119 into master Nov 24, 2023
7 checks passed
@baev baev deleted the fix-jest-undefined-stage-property branch November 24, 2023 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme:jest Jest related issue type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add packages support to jest integration
2 participants