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

test(ui): Prevent importing from .spec files #82584

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

scttcper
Copy link
Member

Importing from other test files causes tests to be run multiple times. Adds a lint rule preventing it.

Importing from other test files causes the tests to be run multiple times. Adds a lint rule preventing it.
@scttcper scttcper requested a review from a team December 27, 2024 18:53
@scttcper scttcper requested review from a team as code owners December 27, 2024 18:53
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Dec 27, 2024
@scttcper scttcper merged commit 4172f7b into master Dec 27, 2024
44 checks passed
@scttcper scttcper deleted the scttcper/prevent-import-test-files branch December 27, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants