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

partners[patch]: Comment out console logs in test files #6210

Merged
merged 7 commits into from
Jul 25, 2024

Conversation

bracesproul
Copy link
Collaborator

@bracesproul bracesproul commented Jul 25, 2024

our tests shouldn't need console logs, and having them throughout tests makes it much more difficult to debug, especially when viewing in github action logs. We also shouldn't rely on console logs for determining whether or not a test passes/fails.

This PR used a script to comment out all console.* statements in *.test.ts files, and also added @ts-expect-error above variables which are now unused because the console.* is now commented out.

Copy link

vercel bot commented Jul 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2024 8:50pm
langchainjs-docs 🛑 Canceled (Inspect) 💬 Add feedback Jul 25, 2024 8:50pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant