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

Don't forget stderr #35

Merged
merged 1 commit into from
Aug 28, 2019
Merged

Don't forget stderr #35

merged 1 commit into from
Aug 28, 2019

Conversation

caub
Copy link
Contributor

@caub caub commented Aug 28, 2019

I added a --no-warning for babel because I surprisingly suddenly had tests failing like this:

  ● jsEvalPlugin › can run babel with b>

    expect(received).toEqual(expected)

    Expected value to equal:
      "(okay) 3n"
    Received:
      "(okay) (node:1) ExperimentalWarning: Readable[Symbol.asyncIterator] is an experimental feature. This feature could change at any time
    3n"

tests pass with --no-warning added

@brigand
Copy link
Owner

brigand commented Aug 28, 2019

This is what we get for not locking dependency versions at all in the docker container haha. Thanks for the fix.

@brigand brigand merged commit 8c512f4 into brigand:master Aug 28, 2019
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