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 E2E tests and semver validation error type #250

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

fredericbonnet
Copy link
Contributor

This PR fixes issue #231. Node 14 doesn't seem to accept undefined as data arg to fs.writeFileSync(), so let's just pass an empty string.

Moreover, the last E2E test ("generate changelog > update > should display an error if requested version isn't semver") expects an error to be logged when passed a non-semver release option. However the CLI throws a generic Error in these cases, which are eventually intercepted by the issue reporter instead of being logged:

https://github.com/fredericbonnet/gitmoji-changelog/blob/4a293caece43a953940ed7d753387c41f5df33ab/packages/gitmoji-changelog-cli/src/cli.js#L105-L128

I don't think that's the intended behavior, so the fix is to throw a FunctionalError instead.

Happy Hacktoberfest! 🎃

@frinyvonnick
Copy link
Owner

Hi @fredericbonnet 👋 Thank you for opening this pull request 🙏

@frinyvonnick frinyvonnick merged commit d0edd29 into frinyvonnick:master Jun 9, 2023
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