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: improper inclusion of test deps #1220

Merged
merged 1 commit into from
Mar 12, 2025
Merged

fix: improper inclusion of test deps #1220

merged 1 commit into from
Mar 12, 2025

Conversation

toddbaert
Copy link
Member

Fixes an issue where our auto dependency inclusion was a bit overactive and includes a mock server (msw) as a real dep.

This was because msw was used for a mock/test server which exists in not in a .spec or .test file, but in a test/ dir.

I've updated the dependency analysis rules accordingly and this is no longer flagged to be added.

@toddbaert toddbaert merged commit f5e3f1f into main Mar 12, 2025
7 checks passed
@toddbaert toddbaert deleted the fix/test-deps branch March 12, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants