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: run tests with source map support #28

Merged
merged 3 commits into from
Jan 11, 2018

Conversation

ofrobots
Copy link
Contributor

@ofrobots ofrobots commented Jan 10, 2018

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 10, 2018
@ghost ghost assigned ofrobots Jan 10, 2018
@DominicKramer DominicKramer self-requested a review January 10, 2018 23:04
Copy link
Contributor

@DominicKramer DominicKramer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I think we should also source map support for the samples tests.

@ofrobots
Copy link
Contributor Author

Samples are all un-transpiled. Why do they need source-map-support?

@DominicKramer
Copy link
Contributor

@ofrobots I was thinking that if there was a failure in the samples tests that was caused by an error being thrown in the underlying logging winston code, then source-map-support would translate the js stacktrace to the corresponding ts files to make debugging easier when reading the stacktrace from the CI's output.

@ofrobots
Copy link
Contributor Author

@DominicKramer that's a fair point. Added. Will land once/if CI passes.

@DominicKramer
Copy link
Contributor

@ofrobots Sounds good.

@ofrobots ofrobots merged commit 2dd52eb into googleapis:master Jan 11, 2018
@ofrobots ofrobots deleted the source-map-support branch January 11, 2018 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants