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

chore: drop dependency on common #148

Merged
merged 2 commits into from
Jul 30, 2018
Merged

chore: drop dependency on common #148

merged 2 commits into from
Jul 30, 2018

Conversation

JustinBeckwith
Copy link
Contributor

No description provided.

@JustinBeckwith JustinBeckwith requested review from stephenplusplus and a team July 26, 2018 06:10
@ghost ghost assigned JustinBeckwith Jul 26, 2018
@codecov
Copy link

codecov bot commented Jul 26, 2018

Codecov Report

Merging #148 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #148   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         647    646    -1     
=====================================
- Hits          647    646    -1
Impacted Files Coverage Δ
src/index.js 100% <ø> (ø) ⬆️
src/transaction.js 100% <100%> (ø) ⬆️
src/request.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c8cee69...82e08bf. Read the comment docs.

@@ -364,10 +363,6 @@ function Datastore(options) {
return new Datastore(options);
}

options = common.util.normalizeArguments(this, options, {

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@@ -23,24 +23,31 @@ var is = require('is');
var proxyquire = require('proxyquire');
var sinon = require('sinon').sandbox.create();
var through = require('through2');
var util = require('@google-cloud/common').util;
var pfy = require('@google-cloud/promisify');

This comment was marked as spam.

@JustinBeckwith JustinBeckwith merged commit 88d15a0 into googleapis:master Jul 30, 2018
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.

None yet

3 participants