Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
]
},
"dependencies": {
"@google-cloud/common": "^0.24.0",
"@google-cloud/common": "^0.26.0",
"@google-cloud/paginator": "^0.1.0",
"@google-cloud/promisify": "^0.3.0",
"arrify": "^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions test/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const fakePromisify = {
};

const fakeUtil = extend({}, util);
fakeUtil.noop = util.noop;

let extended = false;
const fakePaginator = {
Expand Down