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

feat: bump jest 24; add todo helper #14

Merged
merged 4 commits into from
Feb 2, 2019
Merged

feat: bump jest 24; add todo helper #14

merged 4 commits into from
Feb 2, 2019

Conversation

thymikee
Copy link
Member

Had to add strip-ansi because Jest 24 started to output colors to the output. Not sure why? Tried forkOptions: { stdio: 'pipe' } like we do in jest-runner, but that's not the thing 🤷‍♂️

@thymikee
Copy link
Member Author

Oh well, Travis says otherwise...

@SimenB
Copy link
Member

SimenB commented Jan 27, 2019

It probably outputs colors due to the fixed logging (which messed with FORCE_COLORS).

Try adding FORCE_COLOR: 0 to env?

@thymikee
Copy link
Member Author

I tried that last time and it didn't work, now it works. I must have done something weird 🤔

@SimenB SimenB merged commit 6070609 into master Feb 2, 2019
@SimenB SimenB deleted the feat/jest24 branch February 2, 2019 08:57
@SimenB
Copy link
Member

SimenB commented Feb 2, 2019

published 0.5.0

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