Skip to content

chore(aws-util-test): remove spec files from build #7003

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

Merged
merged 1 commit into from
Apr 10, 2025
Merged

Conversation

kuhe
Copy link
Contributor

@kuhe kuhe commented Apr 10, 2025

relates to #7001

The issue 7001 originally tried to fix is from the build step. aws-util-test does not take a dependency on weather because it only uses it in the integration test step. Integ tests run after everything is built, so no dependencies need to be declared for integ.spec.ts files.

The problem arises in that the tsconfig did not properly exclude the integration spec files from the build step, so the undeclared dependency would be inconsistently built by that time. The fix should be applied to the tsconfig file and not taking a dependency.

@kuhe kuhe requested a review from a team as a code owner April 10, 2025 02:01
@trivikr trivikr merged commit bc0ac06 into aws:main Apr 10, 2025
4 checks passed
@kuhe kuhe deleted the fix/build branch April 10, 2025 02:36
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants