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

test: add typescript test #192

Merged
merged 5 commits into from
Nov 28, 2017
Merged

test: add typescript test #192

merged 5 commits into from
Nov 28, 2017

Conversation

JustinBeckwith
Copy link
Contributor

Adding a test to make sure the module works with TypeScript as expected. Covers #177 and #178 and confuses me with #179.

@JustinBeckwith JustinBeckwith requested review from ofrobots and a team November 26, 2017 01:38
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 26, 2017
"start": "node build/src/index.js"
},
"keywords": [],
"author": "Justin Beckwith <justin.beckwith@gmail.com>",

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

},
"keywords": [],
"author": "Justin Beckwith <justin.beckwith@gmail.com>",
"license": "MIT",

This comment was marked as spam.

This comment was marked as spam.

Copy link
Contributor

@ofrobots ofrobots left a comment

Choose a reason for hiding this comment

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

LGTM w/ a nit

if (code === 0) {
resolve();
} else {
reject(`Spawn failed with an exit code of ${code}`);

This comment was marked as spam.

@JustinBeckwith JustinBeckwith merged commit f5bd408 into googleapis:next Nov 28, 2017
ofrobots pushed a commit to ofrobots/google-auth-library-nodejs that referenced this pull request Dec 1, 2017
ofrobots pushed a commit that referenced this pull request Jan 9, 2018
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