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 developing condition #1

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Fix developing condition #1

merged 1 commit into from
Feb 9, 2024

Conversation

caprolactam
Copy link
Owner

In addition to the case where env.NODE is development, set environment variables so that the library test is not affected.

why: In the previous implementation, the condition is also true if process.env.NODE_ENV is test. then users could then receive an unintended error when testing their code.

@caprolactam caprolactam merged commit b53ed0b into main Feb 9, 2024
2 checks passed
@caprolactam caprolactam deleted the pr/unit-test branch February 9, 2024 18:33
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.

1 participant