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

refactor: modernize the samples a bit #398

Merged
merged 1 commit into from
Jan 3, 2019
Merged

refactor: modernize the samples a bit #398

merged 1 commit into from
Jan 3, 2019

Conversation

JustinBeckwith
Copy link
Contributor

So this was bad. None of the tests in the document_snippet directory were actually getting run, so 100% of the samples are untested. The sample tests are also all broken. As a first step, I'm moving files around and updating a few things to get us in a better position to actually get all of the tests passing.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 26, 2018
@JustinBeckwith JustinBeckwith requested a review from sduskis January 2, 2019 15:35
},
"scripts": {
"doctoc": "doctoc README.md */README.md",
"test": "mocha system-test/*.test.js --timeout=600000"
"test": "mocha system-test --timeout=60000"

This comment was marked as spam.

@JustinBeckwith JustinBeckwith merged commit bdae7c0 into googleapis:master Jan 3, 2019
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.

3 participants