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

[No Jira] Fix warning Danger keeps reporting #1996

Merged
merged 1 commit into from Oct 13, 2020
Merged

Conversation

shaundon
Copy link
Contributor

Lately, Danger keeps reporting build log warnings in every PR — like this: #1995 (comment).

I looked into it and it's a warning from handlebars. We don't use this, but it's a dependency of jest. Apparently they messed something up in a release and it was causing errors when jest --coverage is run.

I followed jestjs/jest#9396 (comment) to fix it, by making the coverage reports just print in text (which is how we were using it before, so nothing should change).

If it's worked, Danger shouldn't report any build log warnings on this PR.

@shaundon
Copy link
Contributor Author

I'm going to YOLO this through and see if it breaks CI on master. It's a one liner in our package.json so I can't see how it's breaking anything! If it breaks master I'll jump on it and fix.

@shaundon shaundon merged commit f5cc35a into master Oct 13, 2020
@shaundon shaundon deleted the no-jira-fix-warning branch October 13, 2020 08:36
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.

None yet

1 participant